Browse Source

circleci fix build reconfigure loop (#8202)

- use make instead of ninja on OSX for now
sbg
Daniel Agar 7 years ago committed by GitHub
parent
commit
f4b7a1911e
  1. 2
      circle.yml

2
circle.yml

@ -27,4 +27,4 @@ dependencies: @@ -27,4 +27,4 @@ dependencies:
test:
override:
- make quick_check
- NO_NINJA_BUILD=1 make quick_check

Loading…
Cancel
Save