mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 05:53:12 -07:00
Fix macOS on Travis (#265)
This commit is contained in:
parent
d9d89f7122
commit
919d3b1c3b
1 changed files with 1 additions and 3 deletions
|
@ -79,7 +79,6 @@ matrix:
|
||||||
osx_image: xcode11
|
osx_image: xcode11
|
||||||
addons:
|
addons:
|
||||||
homebrew:
|
homebrew:
|
||||||
update: true # tmp
|
|
||||||
packages:
|
packages:
|
||||||
- qt
|
- qt
|
||||||
- opus
|
- opus
|
||||||
|
@ -91,8 +90,7 @@ matrix:
|
||||||
- CMAKE_EXTRA_ARGS=""
|
- CMAKE_EXTRA_ARGS=""
|
||||||
- DEPLOY=1
|
- DEPLOY=1
|
||||||
install:
|
install:
|
||||||
- brew unlink python@2 # tmp
|
- pip3 install protobuf
|
||||||
- brew link python # tmp
|
|
||||||
- scripts/build-ffmpeg.sh
|
- scripts/build-ffmpeg.sh
|
||||||
script:
|
script:
|
||||||
- scripts/travis-build.sh
|
- scripts/travis-build.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue