Skip to content

Commit

Permalink
Try macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Jan 1, 2021
1 parent 8ca7e75 commit 27ac296
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,15 @@ matrix:
- env: ARGS="--stack-yaml stack-nightly-2021-01-01.yaml --flag inline-c:gsl-example --flag inline-c-cpp:std-vector-example"
- env: ARGS="--stack-yaml stack-lts-14.27.yaml --flag inline-c:gsl-example --flag inline-c-cpp:std-vector-example"
- env: ARGS="--stack-yaml stack-lts-12.26.yaml --flag inline-c:gsl-example --flag inline-c-cpp:std-vector-example"
- os: osx
# These fails with some CPP error:
# inline-c-cpp > /Users/travis/build/fpco/inline-c/inline-c-cpp//Users/travis/.stack/programs/x86_64-osx/ghc-8.4.4/lib/ghc-8.4.4/include/Stg.h:29:3: error:
# inline-c-cpp > error: __STDC_VERSION__ does not advertise C99 or later
# inline-c-cpp > |
# inline-c-cpp > 29 | # error __STDC_VERSION__ does not advertise C99 or later
# inline-c-cpp > | ^
# inline-c-cpp > # error __STDC_VERSION__ does not advertise C99 or later
# - env: ARGS="--stack-yaml stack-lts-12.26.yaml --flag inline-c:gsl-example"
# os: osx
# - env: ARGS="--stack-yaml stack-lts-11.22.yaml --flag inline-c:gsl-example"
# os: osx

- env: ARGS="--flag inline-c:gsl-example --flag inline-c-cpp:std-vector-example"
os: osx
- env: ARGS="--stack-yaml stack-nightly-2021-01-01.yaml --flag inline-c:gsl-example --flag inline-c-cpp:std-vector-example"
os: osx
- env: ARGS="--stack-yaml stack-lts-14.27.yaml --flag inline-c:gsl-example --flag inline-c-cpp:std-vector-example"
os: osx
- env: ARGS="--stack-yaml stack-lts-12.26.yaml --flag inline-c:gsl-example --flag inline-c-cpp:std-vector-example"
os: osx

before_install:
# Download and unpack the stack executable
Expand Down

0 comments on commit 27ac296

Please sign in to comment.