Skip to content

TgBot++: imagep: PNG: Work around libpng older than 1.5.0 #106

TgBot++: imagep: PNG: Work around libpng older than 1.5.0

TgBot++: imagep: PNG: Work around libpng older than 1.5.0 #106

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/[email protected]
- name: Set up MSBuild
uses: microsoft/setup-msbuild@v2
- name: Setup vcpkg
run: |
git clone https://github.com/microsoft/vcpkg
.\vcpkg\bootstrap-vcpkg.bat
.\vcpkg\vcpkg integrate install
.\vcpkg\vcpkg install zlib abseil openssl boost-program-options
- name: Build solution
run: |
cd clientapp/windows/TgBotClient
msbuild TgBotClient.sln /p:Configuration=Release