mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-08 10:20:41 +00:00
CI: also compile intergation tests
This commit is contained in:
parent
3fdec5ff1b
commit
d8fe8dd56a
@ -10,7 +10,7 @@ build:
|
|||||||
stage: Build
|
stage: Build
|
||||||
script:
|
script:
|
||||||
- nix-shell --pure --run "file src/main/resources/language/translation_de.properties | rg UTF-8"
|
- nix-shell --pure --run "file src/main/resources/language/translation_de.properties | rg UTF-8"
|
||||||
- nix-shell --pure --run "mvn --no-transfer-progress -Dmaven.repo.local=/tmp/m2/repository -Duser.home=/tmp compile"
|
- nix-shell --pure --run "mvn --no-transfer-progress -Dmaven.repo.local=/tmp/m2/repository -Duser.home=/tmp compile test-compile"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: Test
|
stage: Test
|
||||||
@ -33,4 +33,4 @@ package:
|
|||||||
- nix-shell --pure --run "mvn --no-transfer-progress -Dmaven.repo.local=/tmp/m2/repository -Duser.home=/tmp clean package -Pproduction"
|
- nix-shell --pure --run "mvn --no-transfer-progress -Dmaven.repo.local=/tmp/m2/repository -Duser.home=/tmp clean package -Pproduction"
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- target/typicalc-1.0-SNAPSHOT.jar
|
- target/typicalc-1.0-SNAPSHOT.jar
|
||||||
|
Loading…
Reference in New Issue
Block a user