WSL/SLF GitLab Repository
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
snow-models
Alpine3D
Commits
26059716
Commit
26059716
authored
May 09, 2022
by
buergiss
Browse files
Pipeline: skip test stage to test release
parent
6bb543d9
Pipeline
#532
failed with stages
in 4 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
26059716
...
...
@@ -10,7 +10,7 @@ stages:
-
release build
-
release
build meteoio
:
.
build meteoio
:
stage
:
dependency build
script
:
-
git clone -b master https://gitlabext.wsl.ch/snow-models/meteoio.git
...
...
@@ -25,7 +25,7 @@ build meteoio:
paths
:
-
./meteoio/*.deb
build snowpack
:
.
build snowpack
:
stage
:
dependency build
needs
:
-
build meteoio
...
...
@@ -47,7 +47,7 @@ build snowpack:
paths
:
-
./snowpack/*.deb
build
:
.
build
:
stage
:
build
script
:
# Install meteoio (because snowpack does not include meteoio headers)
...
...
@@ -72,7 +72,7 @@ build:
-
build.tar.gz
# basics_simple.smoke builds on the results of simple -> use only one testing job for all tests
tests and coverage
:
.
tests and coverage
:
stage
:
test
script
:
-
apt-get -y install numdiff
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment