Skip to content
Snippets Groups Projects
Commit 9693e288 authored by Guillaume Tucker's avatar Guillaume Tucker
Browse files

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 for the MIPS.

Signed-off-by: default avatarGuillaume Tucker <guillaume.tucker@collabora.com>
parent 439a9f5d
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -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
......
......@@ -5,7 +5,6 @@ RUN apt-get install -y \
flex \
bison \
pkg-config \
libatomic1 \
x11proto-dri2-dev \
python-docutils \
valgrind \
......@@ -15,6 +14,7 @@ RUN dpkg --add-architecture mips
RUN apt-get update
RUN apt-get install -y \
gcc-mips-linux-gnu \
libatomic1:mips \
libpciaccess-dev:mips \
libkmod-dev:mips \
libprocps-dev:mips \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment