summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve MacLean <Steve.MacLean@microsoft.com>2020-06-02 17:47:54 -0400
committerDave Watson <dade.watson@gmail.com>2020-06-04 09:02:24 -0700
commit933464ed301932afd1b8ce3b97f473901058f859 (patch)
tree36a29e34bf75e1a85bdc80df01aea294764cb999
parentbac2b10878f729f9eaa9076f879bf40f1d58174b (diff)
downloadlibunwind-933464ed301932afd1b8ce3b97f473901058f859.tar.gz
Fix Travis job matrix
-rw-r--r--.travis.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 39f012bc..90b82867 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,10 +23,7 @@ linux-s390x: &linux-s390x
windows-remote-only: &windows-remote-only
os: windows
- env:
- - TARGET=x86_64-linux-gnu HOST=x64
- - TARGET=arm-linux-gnueabihf HOST=Win32
- - TARGET=aarch64-linux-gnu HOST=x64
+ compiler: msvc
script:
- cmake -G "Visual Studio 15 2017" -A ${HOST} -S . -B bin/windows-${HOST}/${TARGET}
- cmake --build bin/windows-${HOST}/${TARGET}
@@ -43,3 +40,8 @@ jobs:
include:
- <<: *linux-s390x
- <<: *windows-remote-only
+ env: TARGET=x86_64-linux-gnu HOST=x64
+ - <<: *windows-remote-only
+ env: TARGET=arm-linux-gnueabihf HOST=Win32
+ - <<: *windows-remote-only
+ env: TARGET=aarch64-linux-gnu HOST=x64