You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,17 @@
1
1
os:
2
-
- linux
3
2
- osx
4
3
language: generic
5
4
sudo: required
6
5
dist: bionic
7
6
osx_image: xcode11
8
7
addons:
9
-
apt:
10
-
update: true
11
-
packages:
12
-
- pkg-config
13
-
- libassimp-dev
14
8
homebrew:
15
9
update: true
16
10
packages:
17
11
- pkg-config
18
12
- assimp
19
13
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>
0 commit comments