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
3b3341e8
Commit
3b3341e8
authored
Nov 05, 2019
by
Philipp Götze
Browse files
💚
Increase CI parallel build to 3 threads
parent
d4ad71a7
Pipeline
#273
failed with stages
in 5 minutes and 13 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3b3341e8
...
...
@@ -12,7 +12,7 @@ build:
-
mkdir build
-
cd build
-
cmake -DCMAKE_BUILD_TYPE=Release ../src
-
make
-
make
-j
3
# clean up unnecessary files and strip binaries
-
rm -rf _deps *tree generated
-
strip bench/point bench/scan bench/tree_* test/*Test
...
...
@@ -42,7 +42,7 @@ coverage:
-
mkdir build
-
cd build
-
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="-g -O0 -fprofile-arcs -ftest-coverage" ../src
-
make
-
make
-j
3
-
echo pass | sudo -S mkdir -m 777 -p /mnt/pmem/test
-
ctest
-
~/.local/bin/gcovr -r .. --exclude _deps
...
...
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