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
5087e21f
Commit
5087e21f
authored
Nov 11, 2019
by
Mccaskey, Alex
Browse files
turning off mac build for now
Signed-off-by:
Alex Mccaskey
<
mccaskeyaj@ornl.gov
>
parent
52b8ffb7
Pipeline
#79527
passed with stage
in 3 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5087e21f
...
...
@@ -15,21 +15,3 @@ 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 -j12 install && ctest --output-on-failure && rm -rf ~/.xacc
macosx build_devel
:
stage
:
build
only
:
-
devel
tags
:
-
osx
script
:
-
git checkout devel && mkdir build && cd build && cmake .. -DXACC_BUILD_TESTS=TRUE && make -j12 install && ctest --output-on-failure && rm -rf ~/.xacc
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