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:
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
|
||||
|
Loading…
Reference in New Issue
Block a user