1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-26 13:14:31 +01:00

Added logic to install cmake on Windows

This commit is contained in:
Pavel Odintsov 2023-04-01 18:22:09 +01:00
parent 2e118691a6
commit 23744f39b6

@ -10,10 +10,12 @@ jobs:
executor: win/server-2019
steps:
- run: 'Write-Host "Hello from FastNetMon"'
- run: choco install cmake -y
build_windows2022:
executor: win/server-2022
steps:
- run: 'Write-Host "Hello from FastNetMon"'
- run: choco install cmake -y
build_macos:
macos:
xcode: 13.2.1