aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-04-26 07:19:27 -0700
committerChris Robinson <[email protected]>2020-04-26 07:19:27 -0700
commitff1562c9164f4a309571358cec92dae24eb6f702 (patch)
tree049ee8c6286bf256c6b1b4386760fb91db9eda09 /appveyor.yml
parente3f6afafdeab3c5ec8e28c3f9b6b26fbcf5f37bf (diff)
Don't delete non-existent files in AppVeyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 55ef0e3e..365dd86b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -11,11 +11,6 @@ environment:
ARCH: x64
CFG: Release
-install:
- # Remove the VS Xamarin targets to reduce AppVeyor specific noise in build
- # logs. See also http://help.appveyor.com/discussions/problems/4569
- - del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
-
build_script:
- cd build
- cmake -G "%GEN%" -A %ARCH% -DALSOFT_BUILD_ROUTER=ON -DALSOFT_REQUIRE_WINMM=ON -DALSOFT_REQUIRE_DSOUND=ON -DALSOFT_REQUIRE_WASAPI=ON -DALSOFT_EMBED_HRTF_DATA=YES ..