aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 36f31d59df9648942d4facecb9cb11764d43faaa (plain)
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