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
0baa8cdc
Commit
0baa8cdc
authored
Jul 03, 2017
by
Sebastian Volke
Browse files
[FIX] build: use native commands instead of cmake version
parent
be8149c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
.gitlab-ci.yml
.gitlab-ci.yml
+5
-4
No files found.
.gitlab-ci.yml
View file @
0baa8cdc
...
...
@@ -5,7 +5,8 @@ buildAndTest:
stage
:
test
script
:
-
mkdir -p build
-
cmake --build build -DCMAKE_BUILD_TYPE=Release
-
cmake --build build --target vtest
-
cmake --build build --target stylecheck
-
cmake --build build --target doc
-
cd build
-
cmake .. -DCMAKE_BUILD_TYPE=Release
-
make vtest
-
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