Skip to content

Commit

Permalink
Push faster on Gitlab, temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Jan 26, 2024
1 parent 8c5ad02 commit 4f788ff
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ stages:
- deploy
- release

qgis-server:
stage: test
parallel:
matrix:
- QGIS_VERSION: [
"3.16",
"3.22",
"3.28",
"nightly-release",
]
script:
- make tests FLAVOR=${QGIS_VERSION}
tags:
- infrav3
#qgis-server:
# stage: test
# parallel:
# matrix:
# - QGIS_VERSION: [
# "3.16",
# "3.22",
# "3.28",
# "nightly-release",
# ]
# script:
# - make tests FLAVOR=${QGIS_VERSION}
# tags:
# - infrav3

flake:
stage: test
Expand Down

0 comments on commit 4f788ff

Please sign in to comment.