Skip to content
Snippets Groups Projects
Commit eee51ef5 authored by Matthias Grob's avatar Matthias Grob
Browse files

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
parent e9458071
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment