Added a continuous integration file.

This commit is contained in:
Lephe 2016-12-23 22:32:04 +01:00
parent eedec2b124
commit a318793bb8
1 changed files with 7 additions and 0 deletions

7
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,7 @@
# I know there actually are a lot of dependencies but building them is already
# long enough, and I'll be managing the runner for now. So let's KISS.
build_all:
script:
- ./configure
- make