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
a04a60ca
Commit
a04a60ca
authored
Jul 03, 2017
by
Sebastian Volke
Browse files
[FIX] build: call make explicitely, as it is not implied in make vtest
parent
8a953154
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
.gitlab-ci.yml
.gitlab-ci.yml
+1
-0
No files found.
.gitlab-ci.yml
View file @
a04a60ca
...
@@ -7,6 +7,7 @@ buildAndTest:
...
@@ -7,6 +7,7 @@ buildAndTest:
-
mkdir -p build
-
mkdir -p build
-
cd build
-
cd build
-
cmake ../src -DCMAKE_BUILD_TYPE=Release
-
cmake ../src -DCMAKE_BUILD_TYPE=Release
-
make
-
make vtest
-
make vtest
-
make stylecheck
-
make stylecheck
-
make doc
-
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