This commit is contained in:
Johannes Theiner 2015-12-05 12:53:40 -05:00
parent 090d4b4d25
commit d3383003f0
1 changed files with 3 additions and 0 deletions

3
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,3 @@
script:
- find -name "*.java" > sources.txt
- javac bin @sources.txt