mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-12 10:03:51 +01:00
19 lines
376 B
YAML
19 lines
376 B
YAML
name: cmake
|
|
on: [check_run, push, pull_request]
|
|
jobs:
|
|
cmake-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
|
|
|