Add experimental moxie travis build

This commit is contained in:
Anthony Green
2018-03-13 22:13:44 -04:00
parent 01db31d94e
commit 6239c28741
4 changed files with 93 additions and 4 deletions

View File

@@ -16,6 +16,9 @@ matrix:
- os: linux
compiler: gcc
env: HOST=i386-pc-linux-gnu
- os: linux
compiler: gcc
env: HOST=moxie-elf
install:
- ./.travis/install.sh
@@ -23,8 +26,9 @@ install:
script:
- ./autogen.sh
- if test x"$HOST" = x"i386-pc-linux-gnu"; then CC="$CC -m32"; CXX="$CXX -m32"; fi
- if test x"$HOST" = x"moxie-unknown-elf"; then LDFLAGS="-Tsim.ld"; RUNTESTFLAGS="--target_board moxie-sim"; fi
- ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS}
- make
- make dist
- make check
- DEJAGNU=$TRAVIS_BUILD_DIR/.travis make check
- cat */testsuite/libffi.log