aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Remove travis samples prone to timeout.Alexey Neyman2017-01-171-2/+0
| | | | | | Hopefully, this makes travis do something useful. Signed-off-by: Alexey Neyman <stilor@att.net>
* Also, rename xtensa sample for Travis.Alexey Neyman2016-12-091-1/+1
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* mips64el-*-linux-uclibc: Remove.Alexey Neyman2016-08-231-1/+1
| | | | | | Now, both -mabi=n32 and -mabi=64 are available as multilibs. Signed-off-by: Alexey Neyman <stilor@att.net>
* travis-ci: Add aarch64-unknown-linux-gnueabiBryan Hundven2016-03-031-0/+1
| | | | Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* Add xtensa-unknown-linux-uclibc to Travis buildMax Filippov2015-11-131-0/+1
| | | | Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
* Merge pull request #239 from diorcety-ctng/cc-cygwin-mingw-linuxBryan Hundven2015-11-121-0/+1
|\ | | | | Canadian cross build = x86_64 Cygwin host = x86_64 MinGW_W64 target = x86_64 GNU/Linux
| * Add help2man as PROGS_REQ and to travisRay Donnelly2015-11-131-0/+1
| | | | | | | | | | | | libtool needs it. Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
* | travis-ci: Update samples to be more diverseBryan Hundven2015-11-121-1/+3
|/ | | | | | | 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>
* blackfin: Remove blackfin supportBryan Hundven2015-11-091-1/+0
| | | | | | | | | | This commit removes blackfin support. I'm open to re-adding blackfin after crosstool-1.23.0 is released, but it is currently too difficult to port forward to newer versions of gcc and uclibc. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* samples: add arm-unknown-linux-musleabiBryan Hundven2015-10-211-0/+1
| | | | Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* Merge pull request #195 from stilor/bfin-multiple-bugsBryan Hundven2015-10-141-0/+1
|\ | | | | Restore blackfin sample
| * Add bfin-unknown-linux-uclibc to Travis build.Alexey Neyman2015-09-301-0/+1
| |
* | Increase failure log lengthJean-Marie Lemetayer2015-10-031-2/+1
| | | | | | | | Signed-off-by: Jean-Marie Lemetayer <jeanmarie.lemetayer@gmail.com>
* | Manage travis-ci build in an external scriptJean-Marie Lemetayer2015-10-031-2/+3
|/ | | | | | | | This allows to: * override configuration * deal with travis-ci timing restrictions Signed-off-by: Jean-Marie Lemetayer <jeanmarie.lemetayer@gmail.com>
* Set language to 'bash' to get rid of interfering environment variable CC=gcc.Jasmin Jessich2015-09-231-4/+6
| | | | Signed-off-by: Jasmin Jessich <jasmin@anw.at>
* Add travis continuous integration systemJean-Marie Lemetayer2015-09-221-0/+49
Signed-off-by: Jasmin Jessich <jasmin@anw.at> Signed-off-by: Jean-Marie Lemetayer <jeanmarie.lemetayer@gmail.com>