This commit is contained in:
Johannes 2015-12-06 11:07:27 +01:00
commit 007d1a7671
2 changed files with 15 additions and 0 deletions

10
.gitlab-ci.yml Normal file
View File

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

5
README.md Normal file
View File

@ -0,0 +1,5 @@
Core Plugin for univento.eu
Written by joethei
API Doku at: http://joethei.de/javadocs/Core