mirror of
https://github.com/g-truc/glm.git
synced 2024-11-22 08:54:35 +00:00
Run on multiple platforms to test multiple compiler versions
This commit is contained in:
parent
b9251ef214
commit
a16e5c7cd0
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -8,14 +8,13 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
platforms:
|
platforms:
|
||||||
|
runs-on: [ubuntu-latest, ubuntu-20.04, macos-latest, macos-11, windows-latest, windows-2019]
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
std: [98, 11, 14, 17, 20]
|
std: [98, 11, 14, 17, 20]
|
||||||
config: [Debug, Release]
|
config: [Debug, Release]
|
||||||
platform: [ubuntu-latest, ubuntu-20.04, macos-latest, macos-11, windows-latest, windows-2019]
|
|
||||||
|
|
||||||
runs-on: ${{matrix.platform}}
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Github Actions init
|
- name: Github Actions init
|
||||||
|
Loading…
Reference in New Issue
Block a user