Skip to content

Commit

Permalink
Add build windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hyv1001 committed Apr 9, 2022
1 parent e5d43bc commit 7910c6a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Build Windows

on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
build:
# windows 10 with latest image
runs-on: windows-latest
strategy:
matrix:
configuration: [debug, release]
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'

- name: Build
run: ./build_windows.bat ${{matrix.configuration}}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

Build Type | Status
:-: | :-:
**Build Windows** | [![Build Windows](https://github.com/BoomingTech/Pilot/actions/workflows/build_windows.yml/badge.svg)](https://github.com/BoomingTech/Pilot/actions/workflows/build_windows.yml)
**Build Linux** | [![Build Linux](https://github.com/BoomingTech/Pilot/actions/workflows/build_linux.yml/badge.svg)](https://github.com/BoomingTech/Pilot/actions/workflows/build_linux.yml)
**Build macOS** | [![Build macOS](https://github.com/BoomingTech/Pilot/actions/workflows/build_macos.yml/badge.svg)](https://github.com/BoomingTech/Pilot/actions/workflows/build_macos.yml)

Expand Down

0 comments on commit 7910c6a

Please sign in to comment.