Add a BINARY=32 build to macOS

This commit is contained in:
Alex Arslan 2018-04-07 12:29:57 -07:00
parent 2e988dbf35
commit b966bd79d5
No known key found for this signature in database
GPG Key ID: EC409F3AF54AD659
1 changed files with 6 additions and 1 deletions

View File

@ -151,7 +151,8 @@ jobs:
env:
- CMAKE=1
- os: osx
- &test-macos
os: osx
stage: test
osx_image: xcode8
before_script:
@ -163,6 +164,10 @@ jobs:
env:
- BTYPE="BINARY=64 INTERFACE64=1"
- <<: *test-macos
env:
- BTYPE="BINARY=32"
# whitelist
branches:
only: