Skip to content

Commit

Permalink
appveyor: Add -Force option to mkdir(New-Item)
Browse files Browse the repository at this point in the history
This behavior equals to `mkdir -p`.

Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 authored and edsiper committed Mar 10, 2019
1 parent 7273d58 commit 881ca2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/do-ut.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ foreach ($SKIP_TEST in $SKIP_TESTS) {
}

$GLOBAL_OPTS="-DFLB_BACKTRACE=Off -DFLB_SHARED_LIB=Off -DFLB_ALL=On -DFLB_DEBUG=On -DFLB_EXAMPLES=Off"
mkdir build
mkdir build -Force
cd build
Write-Host cmake -G """$ENV:msvc""" -DCMAKE_BUILD_TYPE="$ENV:configuration" $GLOBAL_OPTS -DFLB_TESTS_INTERNAL=On -DCIO_BACKEND_FILESYSTEM=Off $SKIP ../
# Use Start-Process to pass 9 or more arguments
Expand Down

0 comments on commit 881ca2a

Please sign in to comment.