From eee51ef5764792598be9c1a7d07d5ff8d32a3880 Mon Sep 17 00:00:00 2001 From: Matthias Grob Date: Sun, 7 Apr 2019 16:02:32 +0200 Subject: [PATCH] appveyor: cleanup unnecessary leftovers - platform is optional and matters for Visual Studio builds - `ver` command shows the windows version and was just my first CI test --- appveyor.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 838aaa9155..c73289e61c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,14 +12,6 @@ branches: # Build worker image (build VM template) image: Visual Studio 2017 -# build platform, i.e. Win32 (instead of x86), x64, Any CPU. This setting is optional. -platform: -- x64 - -# scripts that are called at very beginning, before repo cloning -init: -- ver - environment: matrix: - PX4_CONFIG: tests # this builds posix in px4_sitl_test folder and runs tests