File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -3,21 +3,23 @@ sudo: required
3
3
4
4
language : cpp
5
5
6
- os :
7
- - linux
8
- compiler :
9
- - gcc
10
- - clang
11
- env :
12
- - CONFIGURE_OPTIONS=--disable-shared
13
- - CONFIGURE_OPTIONS=
14
6
matrix :
15
7
include :
16
8
- os : osx
17
9
env : HOST=arm-apple-darwin
18
10
- os : linux
19
11
compiler : gcc
20
12
env : HOST=i386-pc-linux-gnu MEVAL='export CC="$CC -m32" && CXX="$CXX -m32"'
13
+ - os : linux
14
+ compiler : gcc
15
+ - os : linux
16
+ compiler : gcc
17
+ env : CONFIGURE_OPTIONS=--disable-shared
18
+ - os : linux
19
+ compiler : clang
20
+ - os : linux
21
+ compiler : clang
22
+ env : CONFIGURE_OPTIONS=--disable-shared
21
23
- os : linux
22
24
env : HOST=moxie-elf MEVAL='export PATH=/opt/moxielogic/bin:$PATH && CC=moxie-elf-gcc && CXX=moxie-elf-g++' LDFLAGS=-Tsim.ld RUNTESTFLAGS="--target_board moxie-sim" DEJAGNU="$TRAVIS_BUILD_DIR/.travis/site.exp"
23
25
You can’t perform that action at this time.
0 commit comments