Skip to content

Commit

Permalink
enable verbose make logging for windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksiy-Yakovenko committed Jan 13, 2024
1 parent f2a92b7 commit cd11654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ case "$TRAVIS_OS_NAME" in
wget "$PREMAKE_URL" -O premake.zip && unzip premake.zip
echo "Building for x86_64"
$mingw64 ./premake5 --standard gmake2
$mingw64 make config=release_windows CC=clang CXX=clang++
$mingw64 make verbose=1 config=release_windows CC=clang CXX=clang++
$mingw64 ./premake5 --standard --debug-console gmake2
$mingw64 make config=debug_windows CC=clang CXX=clang++
$mingw64 make verbose=1 config=debug_windows CC=clang CXX=clang++
cp -r deadbeef-windows-deps/Windows-10 bin/debug/share/themes/Windows-10
cp -r deadbeef-windows-deps/Windows-10 bin/release/share/themes/Windows-10
cp -r deadbeef-windows-deps/Windows-10-Icons bin/debug/share/icons/Windows-10-Icons
Expand Down

0 comments on commit cd11654

Please sign in to comment.