fix moxie build
This commit is contained in:
@@ -17,7 +17,6 @@ matrix:
|
|||||||
compiler: gcc
|
compiler: gcc
|
||||||
env: HOST=i386-pc-linux-gnu
|
env: HOST=i386-pc-linux-gnu
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
|
||||||
env: HOST=moxie-elf
|
env: HOST=moxie-elf
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@@ -30,5 +29,6 @@ script:
|
|||||||
- ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS}
|
- ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS}
|
||||||
- make
|
- make
|
||||||
- make dist
|
- 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
|
- cat */testsuite/libffi.log
|
||||||
|
|||||||
Reference in New Issue
Block a user