diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..36f31d59 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +language: cpp +os: osx + +addons: + homebrew: + update: true + packages: + - qt5 + +script: + - ./scripts/macos_build.sh + - ./scripts/macos_post_build.sh |
