fix moxie build
This commit is contained in:
@@ -17,7 +17,7 @@ matrix:
|
|||||||
compiler: gcc
|
compiler: gcc
|
||||||
env: HOST=i386-pc-linux-gnu
|
env: HOST=i386-pc-linux-gnu
|
||||||
- os: linux
|
- os: linux
|
||||||
env: HOST=moxie-elf
|
env: HOST=moxie-elf PATH=/opt/moxielogic/bin:$PATH
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- ./.travis/install.sh
|
- ./.travis/install.sh
|
||||||
@@ -29,6 +29,5 @@ script:
|
|||||||
- ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS}
|
- ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS}
|
||||||
- make
|
- make
|
||||||
- make dist
|
- make dist
|
||||||
- echo "$TRAVIS_BUILD_DIR"/.travis
|
- ${DEJAGNU+DEJAGNU="$TRAVIS_BUILD_DIR"/.travis} make check
|
||||||
- DEJAGNU="$TRAVIS_BUILD_DIR"/.travis make check
|
|
||||||
- cat */testsuite/libffi.log
|
- cat */testsuite/libffi.log
|
||||||
|
|||||||
Reference in New Issue
Block a user