From 839bf313cf55b5ac25bb3c045c9c4463b0f83825 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 10 Mar 2017 23:11:04 +0300 Subject: [PATCH] Remove two build jobs from appveyor CI. No need for disable_desktop_generation_file and disable_unity_integration in appveyor builds, because the defines from this jobs are Linux-only. --- appveyor.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index f9d1053287..67397c0a7e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,8 +10,6 @@ environment: - BUILD_VERSION: disable_register_custom_scheme - BUILD_VERSION: disable_crash_reports - BUILD_VERSION: disable_network_proxy - - BUILD_VERSION: disable_desktop_file_generation - - BUILD_VERSION: disable_unity_integration matrix: fast_finish: true