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 e546d4e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/windows_client_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
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: |
cd clientapp/windows/TgBotClient
msbuild TgBotClient.sln /p:Configuration=Release

0 comments on commit e546d4e

Please sign in to comment.