mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 21:43:12 -07:00
Temporarily enable Homebrew Update on Travis
This commit is contained in:
parent
599d08b8bf
commit
7873ced39e
1 changed files with 3 additions and 0 deletions
|
@ -77,6 +77,7 @@ matrix:
|
||||||
osx_image: xcode11
|
osx_image: xcode11
|
||||||
addons:
|
addons:
|
||||||
homebrew:
|
homebrew:
|
||||||
|
update: true # tmp
|
||||||
packages:
|
packages:
|
||||||
- qt
|
- qt
|
||||||
- opus
|
- opus
|
||||||
|
@ -88,6 +89,8 @@ matrix:
|
||||||
- CMAKE_EXTRA_ARGS=""
|
- CMAKE_EXTRA_ARGS=""
|
||||||
- DEPLOY=1
|
- DEPLOY=1
|
||||||
install:
|
install:
|
||||||
|
- brew unlink python@2 # tmp
|
||||||
|
- 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