Update tests.yml

extensions
Volodymyr Shymanskyy 5 years ago committed by GitHub
parent 3269623320
commit 0308df3c8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,8 +11,8 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
compiler: [gcc, clang] compiler: [gcc, clang]
build_type: ["-DCMAKE_BUILD_TYPE=Debug", ""]
flags: ["", "-m32"] flags: ["", "-m32"]
build_type: ["-DCMAKE_BUILD_TYPE=Debug", ""]
exclude: exclude:
- compiler: clang - compiler: clang
@ -76,8 +76,8 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
toolset: ["-T ClangCL", ""]
platform: ["-A x86", "-A x64"] platform: ["-A x86", "-A x64"]
toolset: ["-T ClangCL", ""]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1

Loading…
Cancel
Save