aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2020-04-12 07:28:51 +0200
committerAleksander Morgado <aleksander@aleksander.es>2020-04-12 07:28:51 +0200
commitdf5c53736bbfcb560c3caa8f0de21b4b93e0afe8 (patch)
treed997f75cbbbc19a445cb6a3fe827e5593c714b2a /.gitlab-ci.yml
parent86ca463762e74660491562dc1ffbe1bd4f1106c1 (diff)
ci: renamed tests
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0cd2524..690e3de 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ before_script:
- apt update && apt -y install autoconf automake libtool libgudev-1.0-dev autoconf-archive
- export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
-test:
+test-no-mbim-no-qrtr:
stage: test
script:
- ./autogen.sh --disable-mbim-qmux --disable-qrtr
@@ -15,7 +15,7 @@ test:
- make check
- make install
-test-qrtr:
+test-no-mbim:
stage: test
script:
- ./autogen.sh --disable-mbim-qmux --enable-qrtr
@@ -23,7 +23,7 @@ test-qrtr:
- make check
- make install
-test-mbim-qmux:
+test-no-qrtr:
stage: test
script:
- git clone --depth 1 https://gitlab.freedesktop.org/mobile-broadband/libmbim.git
@@ -37,7 +37,7 @@ test-mbim-qmux:
- make check
- make install
-test-mbim-qmux-qrtr:
+test-default:
stage: test
script:
- git clone --depth 1 https://gitlab.freedesktop.org/mobile-broadband/libmbim.git