summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/3rdparty/meshoptimizer/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/3rdparty/meshoptimizer/.travis.yml')
-rw-r--r--3rdparty/bgfx/3rdparty/meshoptimizer/.travis.yml34
1 files changed, 18 insertions, 16 deletions
diff --git a/3rdparty/bgfx/3rdparty/meshoptimizer/.travis.yml b/3rdparty/bgfx/3rdparty/meshoptimizer/.travis.yml
index 8ffa5308ff1..3c46e945ac8 100644
--- a/3rdparty/bgfx/3rdparty/meshoptimizer/.travis.yml
+++ b/3rdparty/bgfx/3rdparty/meshoptimizer/.travis.yml
@@ -1,21 +1,23 @@
language: cpp
-matrix:
- include:
- - os: linux
- compiler: gcc
- - os: linux
- compiler: clang
- - os: osx
- compiler: clang
- - os: windows
- compiler: cl
- env:
- - TARGET="Visual Studio 15 2017"
- - os: windows
- compiler: cl
- env:
- - TARGET="Visual Studio 15 2017 Win64"
+jobs:
+ - os: linux
+ compiler: gcc
+ - os: linux
+ compiler: clang
+ - os: linux
+ compiler: gcc
+ arch: arm64
+ - os: osx
+ compiler: clang
+ - os: windows
+ compiler: cl
+ env:
+ - TARGET="Visual Studio 15 2017"
+ - os: windows
+ compiler: cl
+ env:
+ - TARGET="Visual Studio 15 2017 Win64"
script:
- if [[ "$TRAVIS_COMPILER" == "gcc" ]]; then make -j2 config=coverage test; fi