mirror of
https://github.com/leozide/leocad
synced 2025-01-17 18:11:42 +01:00
Have travis fetch a library for osx builds
This commit is contained in:
parent
2cd7dcfb00
commit
390db5fd15
1 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,9 @@ install:
|
|||
brew link --force qt5;
|
||||
fi
|
||||
fi
|
||||
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||
wget https://github.com/leozide/leocad/releases/download/v0.83.2/Library-Linux-9306.zip -O library.bin
|
||||
fi
|
||||
|
||||
script:
|
||||
- qmake -v
|
||||
|
|
Loading…
Reference in a new issue