aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorptitSeb2017-11-30 18:49:26 +0100
committerptitSeb2017-11-30 18:49:26 +0100
commit174102de618a1ac11ab1065191c6d0cd93cd17fb (patch)
tree2aa34e2056e6abfbba171528f373c5462d1985f0 /.travis.yml
parent57d9f035a3a0ae0c3dad879f346754a0e9f45f31 (diff)
downloadhydracastlelabyrinth-174102de618a1ac11ab1065191c6d0cd93cd17fb.tar.gz
hydracastlelabyrinth-174102de618a1ac11ab1065191c6d0cd93cd17fb.tar.bz2
hydracastlelabyrinth-174102de618a1ac11ab1065191c6d0cd93cd17fb.zip
Added Travis and Screenshot
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..c995fd8
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,16 @@
+language: cpp
+sudo: true
+dist: trusty
+addons:
+ apt:
+ packages:
+ - libsdl2-dev
+ - libsdl2-mixer-dev
+
+compiler:
+ - g++
+
+#Build steps
+script:
+ - cmake .
+ - make \ No newline at end of file