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
189a67f2
Commit
189a67f2
authored
Jul 25, 2019
by
Philipp Götze
Browse files
💚
manu Added dependencies to pipeline in gitlab-ci.yml
parent
b773a10f
Pipeline
#100
failed with stages
in 1 minute and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
189a67f2
image
:
"
pmem/libpmemobj-cpp:fedora-30"
stages
:
-
prepare
-
build
-
test
before_script
:
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
...
...
@@ -18,9 +21,13 @@ build:
-
cd build
-
cmake ../src
-
make -j
dependencies
:
-
prepare
test
:
stage
:
test
script
:
-
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