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
eddf1e37
Commit
eddf1e37
authored
Jul 25, 2019
by
Philipp Götze
Browse files
💚
Added more paths to artifacts in gitlab-ci.yml
parent
683b9f0c
Pipeline
#104
failed with stages
in 1 minute and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
eddf1e37
...
...
@@ -9,19 +9,20 @@ 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 install -y cmake libpmemobj++-devel
artifacts
:
paths
:
-
deps/
-
/usr/bin/cmake*
-
/usr/bin/ctest*
-
/usr/lib64/libpmem*
-
/usr/include/libpmem*
build
:
stage
:
build
script
:
-
ls -al
-
ls -l /usr/lib64/libpmem*
-
ls -l /usr/include/libpmem*
-
pwd
-
mkdir build
-
cd build
...
...
@@ -31,13 +32,13 @@ build:
-
prepare
artifacts
:
paths
:
-
b
inaries
/
-
b
uild
/
test
:
stage
:
test
script
:
-
ls -al
-
pw
d
-
echo pass | sudo -S mkdir -m 777 -p /mnt/pmem/test
-
cd buil
d
-
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