Skip to content

Commit

Permalink
Add macOS config to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paxbun committed Oct 25, 2021
1 parent 7b964f0 commit 33d2ab8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ matrix:
- sudo apt-get install libclang-8-dev
script:
- export BINDGEN_EXTRA_CLANG_ARGS=-std=c++17
- cargo build --release --workspace
- ./target/release/laplace-eq-therm-server
- ./target/release/laplace-eq-therm-client
- name: macOS Big Sur + Clang
language: cpp
os: osx
osx_image: xcode12.5
script:
- cargo build --release --workspace
- ./target/release/laplace-eq-therm-server
- ./target/release/laplace-eq-therm-client

0 comments on commit 33d2ab8

Please sign in to comment.