1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 19:14:47 +02:00

Also build the Windows dependencies in the CI.

This commit is contained in:
Sadie Powell
2023-06-03 21:58:13 +01:00
parent 9d0a6ddc67
commit 1c30205af5
+9
View File
@@ -13,6 +13,15 @@ jobs:
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.3
- name: Setup Conan
uses: turtlebrowser/get-conan@v1.2
with:
version: 1.59.0
- name: Install libraries
run: |
conan install ${{ github.workspace }}\src\win32 --build=missing
- name: Run CMake
run: |
mkdir ${{ github.workspace }}\build