Skip to content

Commit ae3c915

Browse files
committed
CI: add windows builder
1 parent 2d23438 commit ae3c915

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.github/workflows/c-cpp.yml .github/workflows/debian-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: C/C++ CI
1+
name: Debian Build
22

33
on:
44
push:

.github/workflows/windows-build.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Windows Build
2+
3+
on:
4+
push:
5+
# branches: [ $default-branch ]
6+
pull_request:
7+
branches: [ $default-branch ]
8+
9+
jobs:
10+
build:
11+
12+
runs-on: windows-latest
13+
14+
steps:
15+
- uses: actions/checkout@v4
16+
- name: build
17+
run: build

0 commit comments

Comments
 (0)