Skip to content

Commit

Permalink
CI: add windows builder
Browse files Browse the repository at this point in the history
  • Loading branch information
nyetwurk committed Oct 27, 2024
1 parent 2d23438 commit ba72b21
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: C/C++ CI
name: Debian Build

on:
push:
# branches: [ $default-branch ]
branches: [ $default-branch ]
pull_request:
branches: [ $default-branch ]

Expand Down
20 changes: 20 additions & 0 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Windows Build

on:
push:
# branches: [ $default-branch ]
pull_request:
branches: [ $default-branch ]

jobs:
build:

runs-on: windows-latest

steps:
- uses: actions/checkout@v4
- uses: TheMrMilchmann/setup-msvc-dev@v3
with:
arch: x86
- name: build
run: nmake

0 comments on commit ba72b21

Please sign in to comment.