Skip to content

Commit

Permalink
Use a matrix to test multiple cmake versions
Browse files Browse the repository at this point in the history
  • Loading branch information
strk committed May 15, 2020
1 parent 4545371 commit 7e12eb1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,15 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-18.04, ubuntu-latest, windows-latest, macos-latest]
cmake: [ '3.10.x', '3.16.x' ]

steps:
- uses: actions/checkout@v2
- name: Setup cmake
uses: jwlawson/[email protected]
with:
cmake-version: ${{ matrix.cmake }}
github-api-token: ${{ secrets.GITHUB_TOKEN }}
- name: dependencies
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
Expand Down

0 comments on commit 7e12eb1

Please sign in to comment.