mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-01-09 11:17:30 +01:00
19 lines
345 B
YAML
19 lines
345 B
YAML
|
name: cmake
|
||
|
on: [push]
|
||
|
jobs:
|
||
|
publish:
|
||
|
runs-on: ${{ matrix.os }}
|
||
|
|
||
|
strategy:
|
||
|
fail-fast: false
|
||
|
matrix:
|
||
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||
|
|
||
|
steps:
|
||
|
- name: checkout project
|
||
|
uses: actions/checkout@v4
|
||
|
|
||
|
- name: build project
|
||
|
uses: threeal/cmake-action@v2.0.0
|
||
|
|