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