Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ORNL Quantum Computing Institute
xacc
Commits
0eb6318b
Commit
0eb6318b
authored
Jul 17, 2019
by
Mccaskey, Alex
Browse files
fixing bug in devel ci dockerfile
Signed-off-by:
Alex McCaskey
<
mccaskeyaj@ornl.gov
>
parent
e48e9225
Pipeline
#63549
passed with stage
in 6 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker/ci/ubuntu1804/devel/Dockerfile
View file @
0eb6318b
from
xacc/ubuntu:18.04
run
git clone
--recursive
-b
devel https://github.com/eclipse/xacc
&&
cd
xacc
&&
mkdir
build
&&
cd
build
\
run
git clone
--recursive
-b
xacc-
devel https://github.com/eclipse/xacc
&&
cd
xacc
&&
mkdir
build
&&
cd
build
\
&&
cmake ..
-DPYTHON_INCLUDE_DIR
=
/usr/include/python3.6m
-DXACC_BUILD_TESTS
=
TRUE
\
&&
make
-j
$(
nproc
)
install
&&
ctest
--output-on-failure
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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