freebsd-dev/contrib/libcbor/appveyor.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
342 B
YAML
Raw Normal View History

2023-04-20 23:17:42 +00:00
image: Visual Studio 2022
2021-10-01 23:46:00 +00:00
version: '{build}'
platform: x64
2023-04-20 23:17:42 +00:00
skip_branch_with_pr: true
2021-10-01 23:46:00 +00:00
before_build:
2023-04-20 23:17:42 +00:00
- cmake -H. -Bbuild
2021-10-01 23:46:00 +00:00
build_script:
- if "%APPVEYOR_REPO_TAG%"=="true" (set CONFIGURATION=RelWithDebInfo) else (set CONFIGURATION=Debug)
- cmake --build build --config "%CONFIGURATION%"
# TODO enable CMocka tests, maybe package the binaries