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
a6b6c06c
Commit
a6b6c06c
authored
Jun 30, 2021
by
Mccaskey, Alex
Browse files
forgot to add the build back to master ci dockerfile
Signed-off-by:
Alex McCaskey
<
mccaskeyaj@ornl.gov
>
parent
3f5560d5
Pipeline
#154082
passed with stage
in 21 minutes and 47 seconds
Changes
1
Pipelines
13
Hide whitespace changes
Inline
Side-by-side
docker/ci/ubuntu1804/master/Dockerfile
View file @
a6b6c06c
from
xacc/ubuntu:20.04
#run apt-add-repository "deb http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse" && apt-get install -y libz3-dev
run
git clone
--recursive
https://github.com/eclipse/xacc
&&
cd
xacc
&&
mkdir
build
&&
cd
build
\
&&
cmake ..
-DXACC_BUILD_TESTS
=
TRUE
-DXACC_BUILD_EXAMPLES
=
TRUE
#
&& make -j$(nproc) install && PYTHONPATH=$HOME/.xacc ctest --output-on-failure
&&
cmake ..
-DXACC_BUILD_TESTS
=
TRUE
-DXACC_BUILD_EXAMPLES
=
TRUE
\
&&
make
-j
$(
nproc
)
install
&&
PYTHONPATH
=
$HOME
/.xacc 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