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
This commit is contained in:
Matthias Grob 2019-04-07 16:02:32 +02:00
parent e94580711b
commit eee51ef576
1 changed files with 0 additions and 8 deletions

View File

@ -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