1 2 3 4 5 6 7 8 9 10 11
language: cpp os: osx addons: homebrew: packages: - qt5 script: - ./scripts/macos_build.sh - ./scripts/macos_post_build.sh