12 lines
211 B
YAML
12 lines
211 B
YAML
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
|