Skip to content
Snippets Groups Projects
Commit e4caf21a authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Merge branch 'dev' of gitlab.gwdg.de:bmp-caosdb/caosdb-server into dev

parents 2d8e2ec9 717aed54
Branches
Tags
No related merge requests found
...@@ -33,7 +33,7 @@ stages: ...@@ -33,7 +33,7 @@ stages:
# delete local maven repo to be sure all packages are still maintained by the maven repos # delete local maven repo to be sure all packages are still maintained by the maven repos
setup:mvn: setup:mvn:
tags: [ linux ] tags: [ java8 ]
stage: setup stage: setup
script: script:
- make easy-units - make easy-units
...@@ -46,7 +46,7 @@ setup:mvn: ...@@ -46,7 +46,7 @@ setup:mvn:
# generate parsing classes with antlr # generate parsing classes with antlr
code-generation:antlr: code-generation:antlr:
tags: [ linux ] tags: [ java8 ]
stage: code-generation stage: code-generation
artifacts: artifacts:
paths: paths:
...@@ -60,7 +60,7 @@ code-generation:antlr: ...@@ -60,7 +60,7 @@ code-generation:antlr:
# compile the server # compile the server
build:server: build:server:
tags: [ linux ] tags: [ java8 ]
stage: build stage: build
dependencies: dependencies:
- code-generation:antlr - code-generation:antlr
...@@ -76,7 +76,7 @@ build:server: ...@@ -76,7 +76,7 @@ build:server:
# junit tests for the server # junit tests for the server
test:server: test:server:
tags: [ linux ] tags: [ java8 ]
stage: test stage: test
dependencies: dependencies:
- build:server - build:server
...@@ -87,7 +87,7 @@ test:server: ...@@ -87,7 +87,7 @@ test:server:
# Clean # Clean
########### ###########
clean:mvn: clean:mvn:
tags: [ linux ] tags: [ java8 ]
stage: clean stage: clean
when: always when: always
dependencies: [] dependencies: []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment