mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
10 lines
No EOL
318 B
YAML
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 |