Skip to content

Commit

Permalink
Bump Travis Xcode version to fix build error
Browse files Browse the repository at this point in the history
Apparently they moved the location of libxml headers in the sdk? idfk
  • Loading branch information
tbodt committed Jun 18, 2020
1 parent 68e599e commit 56e36c3
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
jobs:
include:
- &linux
language: c
os: linux
dist: bionic
addons:
apt:
packages:
- ninja-build
install:
- source ~/virtualenv/python3.6/bin/activate
- pip install meson
script:
- meson build $MESON_OPTS
- ninja -C build $NINJA_TARGET
env:
- MESON_OPTS=-Dengine=jit
- NINJA_TARGET=test
compiler: gcc
- <<: *linux
compiler: clang
- language: objective-c
os: osx
osx_image: xcode11
install:
- pip3 install meson
addons:
homebrew:
packages:
- ninja
- llvm
update: true
script:
- xcodebuild -project iSH.xcodeproj -scheme iSH -sdk iphoneos CODE_SIGNING_ALLOWED=NO
include:
- &linux
language: c
os: linux
dist: bionic
addons:
apt:
packages:
- ninja-build
install:
- source ~/virtualenv/python3.6/bin/activate
- pip install meson
script:
- meson build $MESON_OPTS
- ninja -C build $NINJA_TARGET
env:
- MESON_OPTS=-Dengine=jit
- NINJA_TARGET=test
compiler: gcc
- <<: *linux
compiler: clang
- language: objective-c
os: osx
osx_image: xcode11.5
install:
- pip3 install meson
addons:
homebrew:
packages:
- ninja
- llvm
update: true
script:
- xcodebuild -project iSH.xcodeproj -scheme iSH -sdk iphoneos CODE_SIGNING_ALLOWED=NO

0 comments on commit 56e36c3

Please sign in to comment.