Skip to content

Commit a875d67

Browse files
committed
Update CI
1 parent edd726f commit a875d67

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
11
os:
2-
- linux
32
- osx
43
language: generic
54
sudo: required
65
dist: bionic
76
osx_image: xcode11
87
addons:
9-
apt:
10-
update: true
11-
packages:
12-
- pkg-config
13-
- libassimp-dev
148
homebrew:
159
update: true
1610
packages:
1711
- pkg-config
1812
- assimp
1913
install:
20-
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"; fi
21-
- make copyMacPkgConfig501 # Temporary fix for assimp issue <https://github.com/assimp/assimp/issues/3174>
14+
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then eval "$(make copyMacPkgConfig501)"; fi # Temporary fix for assimp issue <https://github.com/assimp/assimp/issues/3174>
2215
script:
2316
- swift package reset
2417
- swift build

0 commit comments

Comments
 (0)