Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenWalnut Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
44
Issues
44
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
ca70f8a3
Commit
ca70f8a3
authored
Jul 14, 2017
by
Alexander Wiebel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CHANGE] use cache key for CI
parent
6856c3f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
.gitlab-ci.yml
.gitlab-ci.yml
+5
-0
No files found.
.gitlab-ci.yml
View file @
ca70f8a3
...
...
@@ -13,13 +13,16 @@ init2:
script
:
-
echo "Init2 job output"
-
exit
1
allow_failure
:
true
buildAndTest
:
stage
:
test
cache
:
key
:
"
CacheRelease"
paths
:
-
build/release
script
:
-
pwd
-
mkdir -p build
-
cd build
-
mkdir -p release
...
...
@@ -33,9 +36,11 @@ buildAndTest:
buildAndTestDebug
:
stage
:
testDebug
cache
:
key
:
"
CacheDebug"
paths
:
-
build/debug
script
:
-
pwd
-
mkdir -p build
-
cd build
-
mkdir -p 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