summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-01-27 15:30:20 +0100
committerThomas Haller <thaller@redhat.com>2019-01-27 15:36:03 +0100
commitb707da27d898fb909abecc9829ee42271db035a1 (patch)
tree99a165a422015b32b4b478ea39d9fd2644247537
parent76c1b94fe0f0d135d1df898b1d600e46a654d590 (diff)
downloadNetworkManager-b707da27d898fb909abecc9829ee42271db035a1.tar.gz
gitlab-ci: add test with Fedora:latest image
-rw-r--r--.gitlab-ci.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e5f9f9cfea..1933aa49bf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -60,6 +60,21 @@ f28_rpm_meson_dbg:
script:
- ./contrib/fedora/rpm/build_clean.sh -g -w crypto_gnutls -w debug -w iwd -w meson -w test
+f_latest_build_autotools:
+ <<: *fedora_install
+ image: fedora:latest
+ stage: test
+ script:
+ - CI=gitlab BUILD_TYPE=autotools contrib/scripts/nm-ci-run.sh
+
+f_rawhide_build_autotools:
+ <<: *fedora_install
+ image: fedora:rawhide
+ stage: test
+ script:
+ - CI=gitlab BUILD_TYPE=autotools contrib/scripts/nm-ci-run.sh
+ allow_failure: true
+
pages:
stage: deploy
dependencies: