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
fb5c7cc5
Commit
fb5c7cc5
authored
May 28, 2021
by
Robin Eschbach
Browse files
[FIX
#437
] change to higher version
parent
926fbf54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
.gitlab-ci.yml
.gitlab-ci.yml
+6
-6
No files found.
.gitlab-ci.yml
View file @
fb5c7cc5
...
...
@@ -10,7 +10,7 @@ create_directory_and_cmake___release:
key
:
"
CacheRelease"
paths
:
-
build/release
image
:
ladbukkit/openwalnut_build_environment:1.1
image
:
ladbukkit/openwalnut_build_environment:1.1
.1
script
:
-
ls
-
mkdir -p build
...
...
@@ -27,7 +27,7 @@ create_directory_and_cmake___debug:
key
:
"
CacheDebug"
paths
:
-
build/debug
image
:
ladbukkit/openwalnut_build_environment:1.1
image
:
ladbukkit/openwalnut_build_environment:1.1
.1
script
:
-
ls
-
mkdir -p build
...
...
@@ -44,7 +44,7 @@ stylecheck_job:
key
:
"
CacheRelease"
paths
:
-
build/release
image
:
ladbukkit/openwalnut_build_environment:1.1
image
:
ladbukkit/openwalnut_build_environment:1.1
.1
script
:
-
pwd
-
cd build/release
...
...
@@ -58,7 +58,7 @@ doc_job:
key
:
"
CacheDebug"
paths
:
-
build/debug
image
:
ladbukkit/openwalnut_build_environment:1.1
image
:
ladbukkit/openwalnut_build_environment:1.1
.1
script
:
-
doxygen --version
-
pwd
...
...
@@ -73,7 +73,7 @@ buildAndTest:
key
:
"
CacheRelease"
paths
:
-
build/release
image
:
ladbukkit/openwalnut_build_environment:1.1
image
:
ladbukkit/openwalnut_build_environment:1.1
.1
script
:
-
pwd
-
cd build/release
...
...
@@ -88,7 +88,7 @@ buildAndTestDebug:
key
:
"
CacheDebug"
paths
:
-
build/debug
image
:
ladbukkit/openwalnut_build_environment:1.1
image
:
ladbukkit/openwalnut_build_environment:1.1
.1
script
:
-
pwd
-
cd build/debug
...
...
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