updated
This commit is contained in:
parent
d3383003f0
commit
d9928d6aa4
|
@ -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
|
Loading…
Reference in New Issue