1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-05-21 15:26:40 +02:00

Attempt to invoke cmake

This commit is contained in:
Pavel Odintsov 2023-04-01 18:34:45 +01:00
parent f74fcb44ea
commit 776958fa4e

View File

@ -11,13 +11,15 @@ jobs:
steps:
- checkout
- run: 'Write-Host "Hello from FastNetMon"'
- run: choco install cmake -y
- run: choco install -y --no-progress cmake --installargs "ADD_CMAKE_TO_PATH=User"
- run: mkdir src/build
- run: cmake -S src -B src/build
build_windows2022:
executor: win/server-2022
steps:
- checkout
- run: 'Write-Host "Hello from FastNetMon"'
- run: choco install cmake -y
- run: choco install -y --no-progress cmake --installargs "ADD_CMAKE_TO_PATH=User"
build_macos:
macos:
xcode: 13.2.1