Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
code
PMem-based Data Structures
Commits
1a987e59
Commit
1a987e59
authored
Jul 25, 2019
by
Philipp Götze
Browse files
💚
Change make command to single threaded (freezes with -j) in gitlab-ci.yml
parent
043a4f34
Pipeline
#111
failed with stages
in 3 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1a987e59
...
...
@@ -9,8 +9,8 @@ build:
script
:
-
mkdir build
-
cd build
-
cmake -DCMAKE_CXX_FLAGS="-g -O0 -fprofile-arcs -ftest-coverage" ../src
-
make
-j
-
cmake
-DCMAKE_BUILD_TYPE=Debug
-DCMAKE_CXX_FLAGS="-g -O0 -fprofile-arcs -ftest-coverage" ../src
-
make
artifacts
:
paths
:
-
build/
...
...
Write
Preview
Supports
Markdown
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