mirror of
https://github.com/g-truc/glm.git
synced 2024-11-09 20:21:47 +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:
|
||||
platforms:
|
||||
runs-on: [ubuntu-latest, ubuntu-20.04, macos-latest, macos-11, windows-latest, windows-2019]
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
std: [98, 11, 14, 17, 20]
|
||||
config: [Debug, Release]
|
||||
platform: [ubuntu-latest, ubuntu-20.04, macos-latest, macos-11, windows-latest, windows-2019]
|
||||
|
||||
runs-on: ${{matrix.platform}}
|
||||
|
||||
steps:
|
||||
- name: Github Actions init
|
||||
|
Loading…
Reference in New Issue
Block a user