projects
/
platform
/
upstream
/
openblas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feb9a38
)
Added travis.yml file.
author
Zhang Xianyi
<traits.zhang@gmail.com>
Thu, 4 Jul 2013 15:30:53 +0000
(23:30 +0800)
committer
Zhang Xianyi
<traits.zhang@gmail.com>
Thu, 4 Jul 2013 15:30:53 +0000
(23:30 +0800)
.travis.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/.travis.yml
b/.travis.yml
new file mode 100644
(file)
index 0000000..
aac0ad7
--- /dev/null
+++ b/
.travis.yml
@@ -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