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
d88ee372
Commit
d88ee372
authored
Jul 25, 2019
by
Philipp Götze
Browse files
💚
Added artifacts to pipeline in gitlab-ci.yml
parent
189a67f2
Pipeline
#101
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d88ee372
...
...
@@ -8,25 +8,36 @@ stages:
prepare
:
stage
:
prepare
script
:
# - echo pass | sudo -S dnf update -y
-
echo pass | sudo -S dnf install -y cmake
-
echo pass | sudo -S dnf install -y libpmemobj++-devel
-
echo pass | sudo -S mkdir -p /mnt/pmem/test
-
echo pass | sudo -S chmod 777 /mnt/pmem/test
# - echo pass | sudo -S dnf update -y
-
echo pass | sudo -S dnf install -y cmake
-
echo pass | sudo -S dnf install -y libpmemobj++-devel
-
echo pass | sudo -S mkdir -p /mnt/pmem/test
-
echo pass | sudo -S chmod 777 /mnt/pmem/test
artifacts
:
-paths
:
deps/
build
:
stage
:
build
script
:
-
ls -al
-
pwd
-
mkdir build
-
cd build
-
cmake ../src
-
cmake
-DCMAKE_CXX_FLAGS="-g -O0 -Wall -fprofile-arcs -ftest-coverage"
../src
-
make -j
dependencies
:
-
prepare
artifacts
:
paths
:
-
binaries/
test
:
stage
:
test
script
:
-
ls -al
-
pwd
-
ctest
dependencies
:
-
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