aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2019-07-02 21:11:59 -0500
committeroldmud0 <oldmud0@users.noreply.github.com>2019-07-02 21:11:59 -0500
commitf489f2064c5988a7b7ac2802e95732235a69c554 (patch)
tree0086e4882c25781aad21506386e6552e455ea5b6 /.travis.yml
parent944b0be83b23d624cb7a0539104b45b30c857885 (diff)
parent93b482cbc794c343d9f61a8c37bf900dfd925d1c (diff)
Merge branch 'ci' into 'master'
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..4243b3b9
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,11 @@
+language: cpp
+os: osx
+
+addons:
+ homebrew:
+ packages:
+ - qt5
+
+script:
+ - ./scripts/macos_build.sh
+ - ./scripts/macos_post_build.sh