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
a7ee61f7
Commit
a7ee61f7
authored
Nov 11, 2019
by
Mccaskey, Alex
Browse files
adding mac os x master ci
Signed-off-by:
Alex McCaskey
<
mccaskeyaj@ornl.gov
>
parent
f3d655a8
Pipeline
#79455
failed with stage
in 6 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a7ee61f7
...
...
@@ -15,3 +15,12 @@ docker build_master:
script
:
-
cd docker/ci/ubuntu1804/master && docker build -t xacc/master-ci . --no-cache
macosx build_master
:
stage
:
build
only
:
-
master
tags
:
-
osx
script
:
-
mkdir build && cd build && cmake .. -DXACC_BUILD_TESTS=TRUE && make -j$(sysctl -n hw.physicalcpu) 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