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
112b8266
Commit
112b8266
authored
Jul 14, 2017
by
Alexander Wiebel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] missing directory change
parent
08e1ae86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
.gitlab-ci.yml
.gitlab-ci.yml
+7
-7
No files found.
.gitlab-ci.yml
View file @
112b8266
...
...
@@ -12,18 +12,14 @@ init1:
-
build/release
script
:
-
echo "Init1 job output"
-
ls
-
mkdir -p build
-
cd build
-
mkdir -p release
-
cd release
-
ls
-
cmake ../../src -DCMAKE_BUILD_TYPE=Release
-
exit
0
init2
:
stage
:
initialJobs
script
:
-
echo "Init2 job output"
-
exit
1
allow_failure
:
true
-
ls
stylecheck_doc_job
:
stage
:
stylecheck_doc
...
...
@@ -32,12 +28,16 @@ stylecheck_doc_job:
paths
:
-
build/release
script
:
-
pwd
-
ls
-
mkdir -p build
-
cd build
-
ls
-
mkdir -p release
-
ls
-
cd release
-
ls
-
cmake ../../src -DCMAKE_BUILD_TYPE=Release
-
make stylecheck
-
make doc
...
...
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