Skip to content

Commit

Permalink
chore(CI): GitHub actions for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
macmade committed Nov 12, 2024
1 parent 5e65306 commit 7720ceb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci-win.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: ci-win
on: [push]
jobs:
ci:
runs-on: windows-2022
strategy:
matrix:
run-config:
- { platform: 'x64', toolset: 'x64', configuration: 'Debug', solution: 'SRPXX.sln' }
- { platform: 'x64', toolset: 'x64', configuration: 'Release', solution: 'SRPXX.sln' }
- { platform: 'x86', toolset: 'x64', configuration: 'Debug', solution: 'SRPXX.sln' }
- { platform: 'x86', toolset: 'x64', configuration: 'Release', solution: 'SRPXX.sln' }
steps:

- uses: actions/checkout@v1
with:
submodules: 'recursive'

- uses: macmade/[email protected]
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ SRPXX
=====

[![Build Status](https://img.shields.io/github/actions/workflow/status/macmade/SRPXX/ci-mac.yaml?label=macOS&logo=apple)](https://github.com/macmade/SRPXX/actions/workflows/ci-mac.yaml)
[![Build Status](https://img.shields.io/github/actions/workflow/status/macmade/SRPXX/ci-win.yaml?label=Windows&logo=windows)](https://github.com/macmade/SRPXX/actions/workflows/ci-win.yaml)
[![Issues](http://img.shields.io/github/issues/macmade/SRPXX.svg?logo=github)](https://github.com/macmade/SRPXX/issues)
![Status](https://img.shields.io/badge/status-active-brightgreen.svg?logo=git)
![License](https://img.shields.io/badge/license-mit-brightgreen.svg?logo=open-source-initiative)
Expand Down

0 comments on commit 7720ceb

Please sign in to comment.