Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
add xcode and clang
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Aug 2, 2021
1 parent 85d8f99 commit 68074f2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: cpp
compiler:
- gcc
dist: trusty
sudo: false

matrix:
include:
# build on ubuntu
- os: linux
sudo: required
addons:
apt:
sources:
Expand Down Expand Up @@ -51,10 +51,15 @@ matrix:
env:
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
# build on osx
- os: osx
osx_image: xcode8

- os: osx
osx_image: xcode9.1

before_install:
- eval "${MATRIX_EVAL}"

script:
- mkdir build
- cd build
Expand Down

0 comments on commit 68074f2

Please sign in to comment.