Merge branch 'master' of http://5.230.4.224/univento/Core.git
This commit is contained in:
commit
007d1a7671
|
@ -0,0 +1,10 @@
|
||||||
|
stages:
|
||||||
|
- build
|
||||||
|
- test
|
||||||
|
- deploy
|
||||||
|
|
||||||
|
job1:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- find -name "*.java" > sources.txt
|
||||||
|
- javac bin @sources.txt
|
Loading…
Reference in New Issue