Skip to content

Commit

Permalink
fix docker action on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Aug 16, 2017
1 parent f3c56c0 commit e47edb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/copyFiles.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mkdir yojimbo
mkdir yojimbo\tests
copy ..\*.h yojimbo
copy ..\*.cpp yojimbo
copy ..\premake5.lua libyojimbo
copy ..\premake5.lua yojimbo
robocopy /MIR /DCOPY:T ..\tlsf yojimbo\tlsf
REM because robocopy sometimes sets non-zero error codes on successful operation. what the actual fuck windows
cmd /c "exit /b 0"

0 comments on commit e47edb4

Please sign in to comment.