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
10062d9f
Commit
10062d9f
authored
Jul 18, 2017
by
Alexander Wiebel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[STYLE
#407
] fixed typo, removed unnecessary message and immproved names
parent
a4456e1f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
.gitlab-ci.yml
.gitlab-ci.yml
+4
-6
No files found.
.gitlab-ci.yml
View file @
10062d9f
stages
:
stages
:
-
Initialization
-
Initialization
_stage
-
Stylecheck_doc_stage
-
Stylecheck_doc_stage
-
Build_and_test_release_stage
-
Build_and_test_release_stage
-
Build_and_test_debug_stage
-
Build_and_test_debug_stage
create_directory_and_cmake___release
:
create_directory_and_cmake___release
:
stage
:
Initialization
stage
:
Initialization
_stage
cache
:
cache
:
key
:
"
CacheRelease"
key
:
"
CacheRelease"
paths
:
paths
:
-
build/release
-
build/release
script
:
script
:
-
echo "Init1 job output"
-
ls
-
ls
-
mkdir -p build
-
mkdir -p build
-
cd build
-
cd build
...
@@ -21,14 +20,13 @@ create_directory_and_cmake___release:
...
@@ -21,14 +20,13 @@ create_directory_and_cmake___release:
-
cmake ../../src -DCMAKE_BUILD_TYPE=Release
-
cmake ../../src -DCMAKE_BUILD_TYPE=Release
-
ls
-
ls
create_directry_and_cmake___debug
:
create_direct
o
ry_and_cmake___debug
:
stage
:
Initialization
stage
:
Initialization
_stage
cache
:
cache
:
key
:
"
CacheDebug"
key
:
"
CacheDebug"
paths
:
paths
:
-
build/debug
-
build/debug
script
:
script
:
-
echo "Init1 job output"
-
ls
-
ls
-
mkdir -p build
-
mkdir -p build
-
cd build
-
cd build
...
...
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