mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
appveyor: fix mkdir on existing directory
This commit is contained in:
committed by
Lorenz Meier
parent
ba6b71e619
commit
93d2b092f0
+1
-1
@@ -33,7 +33,7 @@ install:
|
|||||||
|
|
||||||
build_script:
|
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
|
# 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
|
# setup the environmental variables to work within the installed cygwin toolchain
|
||||||
- call C:\PX4\toolchain\scripts\setup-environment.bat x
|
- call C:\PX4\toolchain\scripts\setup-environment.bat x
|
||||||
# safe the repopath for switching to it in cygwin bash
|
# safe the repopath for switching to it in cygwin bash
|
||||||
|
|||||||
Reference in New Issue
Block a user