This commit is contained in:
Johannes Theiner 2015-12-05 13:00:51 -05:00
parent d3383003f0
commit d9928d6aa4

View File

@ -1,3 +1,10 @@
script:
- find -name "*.java" > sources.txt
- javac bin @sources.txt
stages:
- build
- test
- deploy
job1:
stage: build
script:
- find -name "*.java" > sources.txt
- javac bin @sources.txt