Skip to content

Commit a4bec36

Browse files
authored
Merge pull request #3 from ctreffs/feature/Fix-travis-ci
Update Travis-CI
2 parents 2a5a9f2 + a875d67 commit a4bec36

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +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
14+
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then eval "$(make copyMacPkgConfig501)"; fi # Temporary fix for assimp issue <https://github.com/assimp/assimp/issues/3174>
2115
script:
2216
- swift package reset
2317
- swift build

0 commit comments

Comments
 (0)