Skip to content

Commit

Permalink
Explicitly run four macOS jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
kulp authored and emilio committed Jul 27, 2020
1 parent 5e7f2e9 commit b424c17
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,18 @@ env:
matrix:
fast_finish: true

# Include a few jobs for spot-checking different configurations without
# invoking combinatoric explosion of Travis jobs.
include:
- os: osx
env: LLVM_VERSION="9.0" BINDGEN_JOB="test" BINDGEN_PROFILE=
- os: osx
env: LLVM_VERSION="9.0" BINDGEN_JOB="test" BINDGEN_PROFILE="--release"
- os: osx
env: LLVM_VERSION="9.0" BINDGEN_JOB="integration" BINDGEN_PROFILE=
- os: osx
env: LLVM_VERSION="9.0" BINDGEN_JOB="integration" BINDGEN_PROFILE="--release"

cache:
directories:
- $HOME/.cargo
Expand Down

0 comments on commit b424c17

Please sign in to comment.