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:
93c203b
)
Fix typo for m32r and bfin builds
author
Anthony Green
<green@moxielogic.com>
Mon, 18 Nov 2019 17:25:51 +0000
(12:25 -0500)
committer
Anthony Green
<green@moxielogic.com>
Mon, 18 Nov 2019 17:25:51 +0000
(12:25 -0500)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
5925eac
..
414ba30
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-10,7
+10,8
@@
language: cpp
matrix:
include:
- os: linux
- env: HOST=m32r-elf RUNTESTFLAGS="--target_board m32r-sim" DEJAGNU="$TRAVIS_BUI - os: linux
+ env: HOST=m32r-elf RUNTESTFLAGS="--target_board m32r-sim" DEJAGNU="$TRAVIS_BUILD_DIR/.travis/site.exp"
+ - os: linux
env: HOST=bfin-elf RUNTESTFLAGS="--target_board bfin-sim" DEJAGNU="$TRAVIS_BUILD_DIR/.travis/site.exp"
# This configuration is still using the native x86 toolchain?
# - os: osx