mirror of
https://github.com/threeal/cmake-action.git
synced 2026-02-02 03:50:55 +00:00
run action with specified generator job on multiple platforms
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -74,7 +74,10 @@ jobs:
|
||||
run: build/${{ matrix.lang == 'C' && 'hello_world_c' || 'hello_world' }}
|
||||
|
||||
use-action-with-specified-generator:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest, ubuntu-latest, macos-latest]
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3.3.0
|
||||
|
||||
Reference in New Issue
Block a user