Added travis.yml file.

This commit is contained in:
Zhang Xianyi 2013-07-04 23:30:53 +08:00
parent feb9a3889a
commit 6028232ad1
1 changed files with 10 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: c
compiler:
- gcc
script: make DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=16
# whitelist
branches:
only:
- master
- develop