mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -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
|
||||
addons:
|
||||
homebrew:
|
||||
update: true # tmp
|
||||
packages:
|
||||
- qt
|
||||
- opus
|
||||
|
@ -88,6 +89,8 @@ matrix:
|
|||
- CMAKE_EXTRA_ARGS=""
|
||||
- DEPLOY=1
|
||||
install:
|
||||
- brew unlink python@2 # tmp
|
||||
- brew link python # tmp
|
||||
- scripts/build-ffmpeg.sh
|
||||
script:
|
||||
- scripts/travis-build.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue