CI: also compile intergation tests

This commit is contained in:
Arne Keller 2021-07-12 11:43:34 +02:00
parent 3fdec5ff1b
commit d8fe8dd56a

View File

@ -10,7 +10,7 @@ build:
stage: Build
script:
- 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:
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"
artifacts:
paths:
- target/typicalc-1.0-SNAPSHOT.jar
- target/typicalc-1.0-SNAPSHOT.jar