We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d23438 commit ba72b21Copy full SHA for ba72b21
.github/workflows/c-cpp.yml .github/workflows/debian-build.yml
@@ -1,8 +1,8 @@
1
-name: C/C++ CI
+name: Debian Build
2
3
on:
4
push:
5
-# branches: [ $default-branch ]
+ branches: [ $default-branch ]
6
pull_request:
7
branches: [ $default-branch ]
8
.github/workflows/windows-build.yml
@@ -0,0 +1,20 @@
+name: Windows Build
+
+on:
+ push:
+# branches: [ $default-branch ]
+ pull_request:
9
+jobs:
10
+ build:
11
12
+ runs-on: windows-latest
13
14
+ steps:
15
+ - uses: actions/checkout@v4
16
+ - uses: TheMrMilchmann/setup-msvc-dev@v3
17
+ with:
18
+ arch: x86
19
+ - name: build
20
+ run: nmake
0 commit comments