LibHac/appveyor.yml

10 lines
No EOL
318 B
YAML

version: 0.0.0-{build}
image: Visual Studio 2022
environment:
IGNORE_NORMALISATION_GIT_HEAD_MOVE: 1
myget_api_key:
secure: 0xJoYAtR6psXCRvk1qm5czDObkeRjHKPjfe5gIExXVFPwA0VVODYv/hBZYUtz2F3
build_script:
- cmd: .\build.cmd appveyorbuild --noreflection
- sh: ./build.cmd appveyorbuild --noreflection
test: off