summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGuillaume Tucker <guillaume.tucker@collabora.com>2019-06-27 14:30:58 +0100
committerSimon Ser <simon.ser@intel.com>2019-06-28 09:45:35 +0300
commit5f6cf7070b249975bac4d747a9c44d81c94c4381 (patch)
tree91699d7e70cfccffeb30a40fa79a9449e23fdcc3 /.gitlab-ci.yml
parent3c4edeba35ac699db5b39600eb17f4151c6b42fd (diff)
gitlab-ci: add tests for MIPS
Use the libatomic1:mips package only in the Debian Stretch Docker image for MIPS and add Gitlab CI step to run tests on MIPS. Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com> Fixes: 439a9f5d615f ("gitlab-ci: add build for MIPS") Reviewed-by: Simon Ser <simon.ser@intel.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 37184b98..665fbb79 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -173,6 +173,20 @@ test:ninja-test-armhf:
- build
when: on_failure
+test:ninja-test-mips:
+ image: $CI_REGISTRY/$CI_PROJECT_PATH/igt-debian-mips:latest
+ dependencies:
+ - build:tests-debian-meson-mips
+ stage: test
+ script:
+ - export PKG_CONFIG_PATH=/usr/lib/mips-linux-gnu/pkgconfig/
+ - env > build/envdump.txt
+ - ninja -C build test
+ artifacts:
+ paths:
+ - build
+ when: on_failure
+
test:test-list-diff:
dependencies:
- build:tests-debian-autotools