mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 10:50:23 +08:00
[CI] Updated MacOS CI, this should make it faster.
Former-commit-id: e6fddb5c23
This commit is contained in:
parent
17d5eed06c
commit
8d8936d18c
@ -14,11 +14,10 @@ before_install:
|
||||
|
||||
install:
|
||||
- if [ "$BADGE" = "linux" ]; then sudo apt-get install qtchooser libgl-dev qt5-default qttools5-dev-tools; fi
|
||||
- if [ "$BADGE" = "osx" ]; then brew install cppcheck https://raw.githubusercontent.com/Homebrew/homebrew-core/master/Formula/qt.rb; fi
|
||||
- if [ "$BADGE" = "osx" ]; then brew link --force qt; fi
|
||||
- if [ "$BADGE" = "osx" ]; then brew install qt5 --verbose; fi
|
||||
|
||||
before_script:
|
||||
- if [ "$BADGE" = "osx" ]; then export PATH="/usr/local/opt/qt/bin:$PATH"; fi
|
||||
- if [ "$BADGE" = "osx" ]; then export PATH="/usr/local/Cellar/qt/5.13.1/bin:$PATH"; fi
|
||||
- if [ "$BADGE" = "linux" ]; then sudo cp ./libs/lrelease.prf /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/; fi
|
||||
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user