blob: 855b57d4a5483a800bc0eae6746e05735399d123 (
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.
- sh ./scripts/macos_build.sh
- ./scripts/macos_post_build.sh
|