Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-08-03 11:10:33 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-08-03 11:10:33 +0300
commitcab29b94bd88b11ddeb90d433350d19b54801c54 (patch)
tree37ae1db17fa2d26fed6b92fdf5d76fa04ed5dc4d /.ci.cmake
parent72b5604e2f85070f5a1074ff84c8deffdf9bfe40 (diff)
Invoke cmd.exe to run dir
Diffstat (limited to '.ci.cmake')
-rw-r--r--.ci.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci.cmake b/.ci.cmake
index cc37adb4..c5c42d92 100644
--- a/.ci.cmake
+++ b/.ci.cmake
@@ -38,7 +38,7 @@ if(WIN32)
RESULT_VARIABLE retval
)
message(STATUS "Tarring up binaries returned with status ${retval}")
- execute_process(COMMAND dir . /N)
+ execute_process(COMMAND cmd /c dir)
ctest_upload(FILES afio_v2_binaries_win64.tar.gz)
endif()
else()