Add the Academy build to the Appveyor script

This commit is contained in:
dongresource 2020-12-21 02:11:30 +01:00 committed by Gent S
parent 50b2bdcb16
commit ff75aa6693
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ for:
- image: Ubuntu2004
build_script:
- ps: |
$versions = "104", "728"
$versions = "104", "728", "1013"
foreach ($version in $versions) {
Write-Output "Cleaning old output"
@ -48,7 +48,7 @@ for:
- cmd: vcpkg integrate install
build_script:
- ps: |
$versions = "104", "728"
$versions = "104", "728", "1013"
$configurations = "Release"
# "Debug" builds are disabled, since we don't really need them