Merge pull request #1074 from mstorsjo/simplify-travis
Simplify the travis configuration, reduce duplicated rebuilds
This commit is contained in:
commit
f1710e6efb
16
.travis.yml
16
.travis.yml
@ -9,15 +9,7 @@ install:
|
||||
- make gmp-bootstrap
|
||||
- make gtest-bootstrap
|
||||
script:
|
||||
- make -B ENABLE64BIT=Yes
|
||||
- make -B ENABLE64BIT=Yes plugin
|
||||
- make -B ENABLE64BIT=Yes test
|
||||
- make -B ENABLE64BIT=Yes BUILDTYPE=Debug
|
||||
- make -B ENABLE64BIT=Yes BUILDTYPE=Debug plugin
|
||||
- make -B ENABLE64BIT=Yes test
|
||||
- make -B ENABLE64BIT=No
|
||||
- make -B ENABLE64BIT=No plugin
|
||||
- make -B ENABLE64BIT=No test
|
||||
- make -B ENABLE64BIT=No BUILDTYPE=Debug
|
||||
- make -B ENABLE64BIT=No BUILDTYPE=Debug plugin
|
||||
- make -B ENABLE64BIT=No test
|
||||
- make -B ENABLE64BIT=Yes BUILDTYPE=Release all plugin test
|
||||
- make -B ENABLE64BIT=Yes BUILDTYPE=Debug all plugin test
|
||||
- make -B ENABLE64BIT=No BUILDTYPE=Release all plugin test
|
||||
- make -B ENABLE64BIT=No BUILDTYPE=Debug all plugin test
|
||||
|
Loading…
x
Reference in New Issue
Block a user