Skip to content

Commit

Permalink
.travis.yml: fix broken syntax(2)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuk7 authored Aug 9, 2018
1 parent 044380a commit 6229152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ script:
- '[ -z "$TRAVIS_TAG" ] || SW_VER=-DSW_VER=L\"$TRAVIS_TAG\"'
- 'mkdir out zip'
- 'x86_64-w64-mingw32-g++ --static main.cpp -o out/Launcher.exe $SW_VER'
- 'find ./res/* -maxdepth 1 -type d -printf '%f\n' > resl.txt'
- 'find ./res/* -maxdepth 1 -type d -printf ''%f\n'' > resl.txt'
- 'xargs -a resl.txt -I{} x86_64-w64-mingw32-windres res/{}/res.rc -o res/{}.o'
- 'xargs -a resl.txt -I{} x86_64-w64-mingw32-g++ --static main.cpp res/{}.o -o zip/{}.exe $SW_VER'
- 'cd zip'
Expand Down

0 comments on commit 6229152

Please sign in to comment.