mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-17 05:30:34 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
3e88808b79
commit
c905b1b169
@ -118,7 +118,7 @@ position-test-180417100529:
|
|||||||
- build64/*.ps
|
- build64/*.ps
|
||||||
|
|
||||||
run-tests-arm:
|
run-tests-arm:
|
||||||
image: debian:9.3-slim
|
image: debian:latest-slim
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
- arm
|
- arm
|
||||||
@ -130,7 +130,7 @@ run-tests-arm:
|
|||||||
- mkdir build64
|
- mkdir build64
|
||||||
- cd build-test
|
- cd build-test
|
||||||
- cmake -DENABLE_SYSTEM_TESTING_EXTRA=ON ..
|
- cmake -DENABLE_SYSTEM_TESTING_EXTRA=ON ..
|
||||||
- make -j2
|
- make -j1
|
||||||
# Execute Unit Tests
|
# Execute Unit Tests
|
||||||
- ../install/run_tests --gtest_output=xml
|
- ../install/run_tests --gtest_output=xml
|
||||||
- mv *.xml ../build64/
|
- mv *.xml ../build64/
|
||||||
|
Loading…
Reference in New Issue
Block a user