Skip to content

Commit

Permalink
gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-lunarg committed Dec 19, 2023
1 parent 414417e commit d00e5de
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
name: GLM Unit Tests

run-name: ${{ github.actor }} is running GLM unit tests
on: [push]

on:
push:
pull_request:
branches:
- main

jobs:
Explore-GitHub-Actions:
windows-latest:
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
Expand All @@ -13,7 +19,7 @@ jobs:
config: [Debug, Release]

name: "${{ matrix.os}} ${{ matrix.cxx }} C++:${{ matrix.std }}"
runs-on: ubuntu-latest, macos-latest, windows-latest
# runs-on: ubuntu-latest, macos-latest, windows-latest
# env:
# CXX: ${{ matrix.cxx }}

Expand Down

0 comments on commit d00e5de

Please sign in to comment.