blob: e1fcb36decc01b424460891859c7c5aa9bc26490 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
language: cpp
os: osx
before_install:
- brew update
- brew install qt5
script:
# XXX: please chmod +x the shell script.
- bash ./scripts/macos_build.sh
- bash ./scripts/macos_post_build.sh
|