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
788db4fb
Commit
788db4fb
authored
Jul 14, 2017
by
Alexander Wiebel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CLEAN]
parent
8c7ed2df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
32 deletions
+19
-32
.gitlab-ci.yml
.gitlab-ci.yml
+19
-32
No files found.
.gitlab-ci.yml
View file @
788db4fb
stages
:
-
initialJobs
-
stylecheck_doc
-
testReleas
e
-
testDebug
-
Initializtion
-
Stylecheck_doc_stage
-
Build_and_test_release_stag
e
-
Build_and_test_debug_stage
create_directry_and_cmake___release
:
stage
:
initialJobs
stage
:
Initialization
cache
:
key
:
"
CacheRelease"
paths
:
...
...
@@ -22,7 +22,7 @@ create_directry_and_cmake___release:
-
ls
create_directry_and_cmake___debug
:
stage
:
initialJobs
stage
:
Initialization
cache
:
key
:
"
CacheDebug"
paths
:
...
...
@@ -39,68 +39,55 @@ create_directry_and_cmake___debug:
-
ls
stylecheck_job
:
stage
:
stylecheck_doc
stage
:
Stylecheck_doc_stage
cache
:
key
:
"
CacheRelease"
paths
:
-
build/release
script
:
-
pwd
-
ls
-
mkdir -p build
-
cd build
-
ls
-
mkdir -p release
-
ls
-
cd release
-
cd build/release
-
pwd
-
ls
-
make stylecheck
doc_job
:
stage
:
stylecheck_doc
stage
:
Stylecheck_doc_stage
cache
:
key
:
"
CacheDebug"
paths
:
-
build/debug
script
:
-
pwd
-
ls
-
mkdir -p build
-
cd build
-
ls
-
mkdir -p debug
-
ls
-
cd debug
-
cd build/debug
-
pwd
-
ls
-
make doc
buildAndTest
:
stage
:
testReleas
e
stage
:
Build_and_test_release_stag
e
cache
:
key
:
"
CacheRelease"
paths
:
-
build/release
script
:
-
pwd
-
mkdir -p build
-
cd build
-
mkdir -p release
-
cd release
-
cd build/release
-
pwd
-
ls
-
make -j
8
-
make vtest
buildAndTestDebug
:
stage
:
testDebug
stage
:
Build_and_test_debug_stage
cache
:
key
:
"
CacheDebug"
paths
:
-
build/debug
script
:
-
pwd
-
mkdir -p build
-
cd build
-
mkdir -p debug
-
cd debug
-
cd build/debug
-
pwd
-
ls
-
make -j
8
-
make vtest
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