Skip to content

Commit

Permalink
TgBot++: workflows: Add Windows Cli CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Royna2544 committed Jun 2, 2024
1 parent 4c7fa0f commit 70f8c49
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/windows_client_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Build TgBot++ Client (Windows)

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
build:
runs-on: windows-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up MSBuild
uses: microsoft/[email protected]

- name: Build solution
run: msbuild YourSolution.sln /p:Configuration=Release

0 comments on commit 70f8c49

Please sign in to comment.