Browse Source

Add a BINARY=32 build to macOS

tags/v0.3.0^2
Alex Arslan 7 years ago
parent
commit
b966bd79d5
No known key found for this signature in database GPG Key ID: EC409F3AF54AD659
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      .travis.yml

+ 6
- 1
.travis.yml View File

@@ -151,7 +151,8 @@ jobs:
env: env:
- CMAKE=1 - CMAKE=1


- os: osx
- &test-macos
os: osx
stage: test stage: test
osx_image: xcode8 osx_image: xcode8
before_script: before_script:
@@ -163,6 +164,10 @@ jobs:
env: env:
- BTYPE="BINARY=64 INTERFACE64=1" - BTYPE="BINARY=64 INTERFACE64=1"


- <<: *test-macos
env:
- BTYPE="BINARY=32"

# whitelist # whitelist
branches: branches:
only: only:


Loading…
Cancel
Save