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
20819a03
Commit
20819a03
authored
Jul 25, 2019
by
Philipp Götze
Browse files
💚
Add .gitlab-ci.yml
parent
32beced7
Pipeline
#85
failed with stages
in 1 minute and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
20819a03
image
:
"
pmem/pmdk:1.7-fedora-28"
stages
:
-
build
-
test
before_script
:
-
dnf update -y
-
mkdir -p /mnt/pmem/test
-
chmod 777 /mnt/pmem/test
build
:
stage
:
build
script
:
-
mkdir build
-
cd build
-
cmake ../src
-
make -j
test
:
stage
:
test
script
:
-
ctest
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