TravisCI config
authorJohn Hodge <[email protected]>
Thu, 20 Dec 2012 03:19:26 +0000 (11:19 +0800)
committerJohn Hodge <[email protected]>
Thu, 20 Dec 2012 03:19:26 +0000 (11:19 +0800)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..78f2f20
--- /dev/null
@@ -0,0 +1,6 @@
+language: c
+compiler: clang
+env:
+ - ARCH=host HOST_ARCH=x86
+ - ARCH=host HOST_ARCH=x86_64 CC="$CC -m64"
+script: "make all"

UCC git Repository :: git.ucc.asn.au