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
1a6a1b97
Commit
1a6a1b97
authored
Jul 25, 2019
by
Philipp Götze
Browse files
💚
Removed prepare stage in gitlab-ci.yml
parent
eddf1e37
Pipeline
#105
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1a6a1b97
image
:
"
pmem/libpmemobj-cpp:fedora-30"
stages
:
-
prepare
-
build
-
test
prepare
:
stage
:
prepare
script
:
before_scripte
:
# - echo pass | sudo -S dnf update -y
-
echo pass | sudo -S dnf install -y cmake libpmemobj++-devel
artifacts
:
paths
:
-
/usr/bin/cmake*
-
/usr/bin/ctest*
-
/usr/lib64/libpmem*
-
/usr/include/libpmem*
-
echo pass | sudo -S dnf install -y cmake libpmemobj++-devel
build
:
stage
:
build
...
...
@@ -28,8 +18,6 @@ build:
-
cd build
-
cmake -DCMAKE_CXX_FLAGS="-g -O0 -Wall -fprofile-arcs -ftest-coverage" ../src
-
make -j
dependencies
:
-
prepare
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