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
5b1e098c
Commit
5b1e098c
authored
Jul 25, 2019
by
Philipp Götze
Browse files
💚
Shrinked build artifact in gitlab-ci.yml
parent
1a987e59
Pipeline
#112
passed with stages
in 4 minutes and 13 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5b1e098c
...
@@ -11,6 +11,9 @@ build:
...
@@ -11,6 +11,9 @@ build:
-
cd build
-
cd build
-
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="-g -O0 -fprofile-arcs -ftest-coverage" ../src
-
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="-g -O0 -fprofile-arcs -ftest-coverage" ../src
-
make
-
make
# clean up unnecessary files and strip binaries
-
rm -rf _deps *tree generated
-
strip bench/point bench/scan bench/tree_* test/*Test
artifacts
:
artifacts
:
paths
:
paths
:
-
build/
-
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