blob: dfde416b76be55c12f8b872579db62ce8e803e49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
language: cpp
os: osx
addons:
homebrew:
packages:
- qt5
script:
# XXX: please chmod +x the shell script.
- bash ./scripts/macos_build.sh
- bash ./scripts/macos_post_build.sh
|