Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
1b560f45
Commit
1b560f45
authored
Sep 16, 2021
by
Robin Eschbach
Browse files
[CHANGE
#560
] caches to list style
parent
41c40024
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
14 deletions
+18
-14
.gitlab-ci.yml
.gitlab-ci.yml
+18
-14
No files found.
.gitlab-ci.yml
View file @
1b560f45
...
...
@@ -9,10 +9,10 @@ stages:
create_directory_and_cmake___release
:
stage
:
Initialization_stage
cache
:
key
:
-
key
:
files
:
-
release.lock
paths
:
paths
:
-
build/release
image
:
ladbukkit/openwalnut_build_environment:1.5.2
script
:
...
...
@@ -28,11 +28,12 @@ create_directory_and_cmake___release:
create_directory_and_cmake___debug
:
stage
:
Initialization_stage
cache
:
key
:
-
key
:
files
:
-
debug.lock
paths
:
paths
:
-
build/debug
-
doc
image
:
ladbukkit/openwalnut_build_environment:1.5.2
script
:
-
ls
...
...
@@ -47,10 +48,10 @@ create_directory_and_cmake___debug:
stylecheck_job
:
stage
:
Stylecheck_doc_stage
cache
:
key
:
-
key
:
files
:
-
release.lock
paths
:
paths
:
-
build/release
image
:
ladbukkit/openwalnut_build_environment:1.5.2
script
:
...
...
@@ -63,11 +64,12 @@ stylecheck_job:
doc_job
:
stage
:
Stylecheck_doc_stage
cache
:
key
:
-
key
:
files
:
-
debug.lock
paths
:
paths
:
-
build/debug
-
doc
image
:
ladbukkit/openwalnut_build_environment:1.5.2
script
:
-
doxygen --version
...
...
@@ -80,10 +82,10 @@ doc_job:
buildAndTest
:
stage
:
Build_and_test_release_stage
cache
:
key
:
-
key
:
files
:
-
release.lock
paths
:
paths
:
-
build/release
image
:
ladbukkit/openwalnut_build_environment:1.5.2
script
:
...
...
@@ -97,11 +99,12 @@ buildAndTest:
buildAndTestDebug
:
stage
:
Build_and_test_debug_stage
cache
:
key
:
-
key
:
files
:
-
debug.lock
paths
:
paths
:
-
build/debug
-
doc
image
:
ladbukkit/openwalnut_build_environment:1.5.2
script
:
-
pwd
...
...
@@ -114,10 +117,10 @@ buildAndTestDebug:
buildAppImage
:
stage
:
Build_appimage_stage
cache
:
key
:
-
key
:
files
:
-
appimage.lock
paths
:
paths
:
-
tools/AppImage/AppImageBuild
image
:
ladbukkit/openwalnut_build_environment:1.5.2
script
:
...
...
@@ -141,6 +144,7 @@ uploadArtifacts:
-
debug.lock
paths
:
-
build/debug
-
doc
image
:
ladbukkit/openwalnut_build_environment:1.5.2
script
:
-
pwd
...
...
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