Skip to content
Snippets Groups Projects
Commit 93d2b092 authored by Matthias Grob's avatar Matthias Grob Committed by Lorenz Meier
Browse files

appveyor: fix mkdir on existing directory

parent ba6b71e6
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ install:
build_script:
# FIXME Temporary we need to create the home folder because it's not contained in installer 0.5 and CI fails if it doesn't exist
- mkdir C:\PX4\home
- if not exist "C:\PX4\home" mkdir C:\PX4\home
# setup the environmental variables to work within the installed cygwin toolchain
- call C:\PX4\toolchain\scripts\setup-environment.bat x
# safe the repopath for switching to it in cygwin bash
......
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