From ff75aa6693d6c1e09e71d9fd930a4f236831f2a6 Mon Sep 17 00:00:00 2001 From: dongresource Date: Mon, 21 Dec 2020 02:11:30 +0100 Subject: [PATCH] Add the Academy build to the Appveyor script --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 35baf7a..345cfb8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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