Skip to content

Commit

Permalink
Fix Travis CI Windows release build
Browse files Browse the repository at this point in the history
  • Loading branch information
tindy2013 committed Sep 19, 2020
1 parent 59fcbf1 commit 3ad87dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ matrix:
script:
- $mingw64 bash scripts/build.windows.release.sh
before_deploy:
- mv ~/clients/built/websocketd.exe base/tools/gui/
- mv ~/clients/built base/tools/clients
- mv ~/clients-64/built/websocketd.exe base/tools/gui/
- mv ~/clients-64/built base/tools/clients
- mv base stairspeedtest
- 7z a stairspeedtest_reborn_win64.7z stairspeedtest/
deploy:
Expand Down Expand Up @@ -164,8 +164,8 @@ matrix:
script:
- $mingw32 bash scripts/build.windows.release.sh
before_deploy:
- mv ~/clients/built/websocketd.exe base/tools/gui/
- mv ~/clients/built base/tools/clients
- mv ~/clients-32/built/websocketd.exe base/tools/gui/
- mv ~/clients-32/built base/tools/clients
- mv base stairspeedtest
- 7z a stairspeedtest_reborn_win32.7z stairspeedtest/
deploy:
Expand Down

0 comments on commit 3ad87dc

Please sign in to comment.