8000 Simplify matrix · python/cpython-source-deps@f98e0f0 · GitHub
[go: up one dir, main page]

Skip to content

Commit f98e0f0

Browse files
committed
Simplify matrix
1 parent fa72b05 commit f98e0f0

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.travis.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,23 @@ sudo: required
33

44
language: cpp
55

6-
os:
7-
- linux
8-
compiler:
9-
- gcc
10-
- clang
11-
env:
12-
- CONFIGURE_OPTIONS=--disable-shared
13-
- CONFIGURE_OPTIONS=
146
matrix:
157
include:
168
- os: osx
179
env: HOST=arm-apple-darwin
1810
- os: linux
1911
compiler: gcc
2012
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
2123
- os: linux
2224
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"
2325

0 commit comments

Comments
 (0)
0