Skip to content

Commit d791737

Browse files
authored
Create cmake.yml (open-source-parsers#1563)
* Create cmake.yml * Update cmake.yml * Update cmake.yml
1 parent a4a083c commit d791737

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: cmake
2+
on: [push]
3+
jobs:
4+
publish:
5+
runs-on: ${{ matrix.os }}
6+
7+
strategy:
8+
fail-fast: false
9+
matrix:
10+
os: [ubuntu-latest, windows-latest, macos-latest]
11+
12+
steps:
13+
- name: checkout project
14+
uses: actions/checkout@v4
15+
16+
- name: build project
17+
uses: threeal/[email protected]
18+

0 commit comments

Comments
 (0)