Skip to content

Commit

Permalink
feat(ci): try to improve compile time
Browse files Browse the repository at this point in the history
  • Loading branch information
Milerius committed Sep 13, 2019
1 parent 7ef729c commit ff8213a
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ matrix:
packages: [clang-8, libstdc++-8-dev]
env: [CXX=clang++-8, CC=clang-8, BUILD_TYPE=Debug, DEFAULT_COMPILER=clang, WILL_COMPILE_CODE=ON, DEPLOY=ON, PIP=pip, UBSAN=ON]
- os: osx
osx_image: xcode10.2
osx_image: xcode11
sudo: true
env: [BUILD_TYPE=Release,
CLANG_VERSION=clang-8,
Expand All @@ -89,14 +89,12 @@ matrix:
RANLIB=llvm-ranlib,
LDFLAGS=-L/usr/local/opt/llvm/lib,
CPPFLAGS=-I/usr/local/opt/llvm/include,
PIP=pip3,
WILL_COMPILE_CODE=ON, DEFAULT_COMPILER=clang]
addons:
homebrew:
packages: [cmake,ninja,llvm,python3]
update: true
packages: [cmake,ninja,llvm]
- os: osx
osx_image: xcode10.2
osx_image: xcode11
sudo: true
env: [BUILD_TYPE=Debug,
CODE_COVERAGE=ON,
Expand All @@ -108,12 +106,10 @@ matrix:
RANLIB=llvm-ranlib,
LDFLAGS=-L/usr/local/opt/llvm/lib,
CPPFLAGS=-I/usr/local/opt/llvm/include,
PIP=pip3,
WILL_COMPILE_CODE=ON, DEFAULT_COMPILER=clang]
addons:
homebrew:
packages: [cmake,ninja,llvm,python3]
update: true
packages: [cmake,ninja,llvm]


install:
Expand Down

0 comments on commit ff8213a

Please sign in to comment.