summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authortostercx <tostercx@gmail.com>2014-10-29 21:52:55 +0200
committertostercx <tostercx@gmail.com>2014-10-29 21:52:55 +0200
commit7ba81f0d2d309ab9c6674aa8be2b46e7a68f9ca7 (patch)
tree6e8579384904058d16bfdc95ac30e84be561bb67 /.travis.yml
parent4865cdb5af2ebf9432875203a9630ab0106d520d (diff)
downloadlibgd-7ba81f0d2d309ab9c6674aa8be2b46e7a68f9ca7.tar.gz
add thumbs
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..f9930cb
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,22 @@
+language: cpp
+
+env:
+ - tbs_arch=x86
+ - tbs_arch=x64
+
+os:
+ - linux
+# - osx
+
+before_install:
+ - sudo apt-get update -qq
+ - sudo apt-get -y install nasm
+ - if [ "$tbs_arch" = "x86" ];
+ then
+ sudo apt-get -y install gcc-multilib;
+ sudo apt-get -y install g++-multilib;
+ fi
+
+script:
+ - ./thumbs.sh make
+ - ./thumbs.sh check