Browse Source

Added travis.yml file.

tags/v0.2.7
Zhang Xianyi 12 years ago
parent
commit
6028232ad1
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      .travis.yml

+ 10
- 0
.travis.yml 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

Loading…
Cancel
Save