Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
wenqing
ogs
Commits
7d371216
Verified
Commit
7d371216
authored
Jun 23, 2020
by
Lars Bilke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ci] Win artifacts.
parent
7d940296
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
8 deletions
+10
-8
scripts/ci/extends/template-build-win.yml
scripts/ci/extends/template-build-win.yml
+8
-3
scripts/ci/jobs/build-gui-linux.yml
scripts/ci/jobs/build-gui-linux.yml
+2
-5
No files found.
scripts/ci/extends/template-build-win.yml
View file @
7d371216
...
...
@@ -9,14 +9,19 @@
variables
:
script
:
-
mkdir -p $BUILD_DIR
-
cd $BUILD_DIR
-
mkdir -p $
env:
BUILD_DIR
-
cd $
env:
BUILD_DIR
-
>
cmake .. -G Ninja
$env:CMAKE_ARGS.Split(" ")
-DCMAKE_BUILD_TYPE="$env:BUILD_TYPE"
-DOGS_BUILD_PROCESSES="$env:BUILD_PROCESSES"
-
cmake --build . | Tee-Object -FilePath make.output
-
cmake --build .
--target package
| Tee-Object -FilePath make.output
-
cmake --build . --target tests
-
cmake --build . --target ctest
-
cp Testing/**/Test.xml Tests/ctest.xml
artifacts
:
name
:
"
$env:CI_JOB_NAME"
paths
:
-
$env:BUILD_DIR/*.zip
scripts/ci/jobs/build-gui-linux.yml
View file @
7d371216
build gui linux
:
extends
:
.template-build-linux
stage
:
gui
image
:
name
:
$CONTAINER_GCC_GUI_IMAGE
tags
:
-
envinf1
-
docker
...
...
@@ -14,7 +16,6 @@ build gui linux:
-
Applications/DataExplorer/**/*
-
when
:
manual
allow_failure
:
true
variables
:
BUILD_DIR
:
"
build-gui-linux"
CMAKE_ARGS
:
>-
...
...
@@ -22,10 +23,6 @@ build gui linux:
-DOGS_BUILD_GUI=ON
-DOGS_BUILD_UTILS=ON
-DOGS_USE_NETCDF=ON
image
:
name
:
$CONTAINER_GCC_GUI_IMAGE
cache
:
paths
:
-
$CCACHE_DIR
Write
Preview
Markdown
is supported
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