Skip to content
Snippets Groups Projects
Commit 965e23cc authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

ci

parent bc8a4e72
No related branches found
No related tags found
No related merge requests found
...@@ -53,31 +53,6 @@ stages: ...@@ -53,31 +53,6 @@ stages:
- clean - clean
- deploy - deploy
##########
# SETUP
##########
# delete local maven repo to be sure all packages are still maintained by the maven repos
setup:mvn:
stage: setup
script:
- make easy-units
- mvn dependency:purge-local-repository
##################
# Code-generation
##################
# generate parsing classes with antlr
code-generation:antlr:
stage: code-generation
artifacts:
paths:
- target/generated-sources/antlr4/
script:
- mvn antlr4:antlr4
######### #########
# Build # Build
######### #########
...@@ -85,12 +60,10 @@ code-generation:antlr: ...@@ -85,12 +60,10 @@ code-generation:antlr:
# compile the server # compile the server
build:server: build:server:
stage: build stage: build
dependencies:
- code-generation:antlr
artifacts:
paths:
- target/classes/
script: script:
- make easy-units
- mvn dependency:purge-local-repository
- mvn antlr4:antlr4
- mvn compile - mvn compile
######## ########
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment