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 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