Added travis.yml file.
authorZhang Xianyi <traits.zhang@gmail.com>
Thu, 4 Jul 2013 15:30:53 +0000 (23:30 +0800)
committerZhang Xianyi <traits.zhang@gmail.com>
Thu, 4 Jul 2013 15:30:53 +0000 (23:30 +0800)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..aac0ad7
--- /dev/null
@@ -0,0 +1,10 @@
+language: c
+compiler:
+  - gcc
+script: make DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=16
+
+# whitelist
+branches:
+  only:
+    - master
+    - develop
\ No newline at end of file