summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-11-11 16:40:20 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-11-13 05:45:03 (GMT)
commitadcf4ec7e606ee4c2269edb47b0409896a017075 (patch)
treed80bd5b15e13852e193666715d2658f3256dd1f3 /.travis.yml
parent5e16edbea89280561952def323c82af7d1911cfb (diff)
travis-ci: Update samples to be more diverse
We still need to add some cross-canadian and more musl-libc samples. But this is a start. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 26d730f..44b8d20 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,10 +36,12 @@ install:
# by the continuous integration system
env:
- CT_SAMPLE=arm-unknown-eabi
- - CT_SAMPLE=armeb-unknown-eabi
- CT_SAMPLE=arm-unknown-linux-gnueabi
- CT_SAMPLE=armeb-unknown-linux-gnueabi
- CT_SAMPLE=arm-unknown-linux-musleabi
+ - CT_SAMPLE=mips64el-n64-linux-uclibc
+ - CT_SAMPLE=powerpc-e500v2-linux-gnuspe
+ - CT_SAMPLE=x86_64-unknown-linux-uclibc
# Building the standard samples
script: