projects
/
platform
/
upstream
/
libffi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8958c3
)
fix moxie build
author
Anthony Green
<green@moxielogic.com>
Wed, 14 Mar 2018 02:44:13 +0000
(22:44 -0400)
committer
Anthony Green
<green@moxielogic.com>
Wed, 14 Mar 2018 02:44:13 +0000
(22:44 -0400)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
273c043
..
1355922
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-17,7
+17,6
@@
matrix:
compiler: gcc
env: HOST=i386-pc-linux-gnu
- os: linux
- compiler: gcc
env: HOST=moxie-elf
install:
@@
-30,5
+29,6
@@
script:
- ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS}
- make
- make dist
- - DEJAGNU=$TRAVIS_BUILD_DIR/.travis make check
+ - echo "$TRAVIS_BUILD_DIR"/.travis
+ - DEJAGNU="$TRAVIS_BUILD_DIR"/.travis make check
- cat */testsuite/libffi.log