Skip to content

Commit

Permalink
Skip debug build to get cache populated.
Browse files Browse the repository at this point in the history
After nearly 4 weeks Travis-CI and I still not found the cause of
the full build failing when vcpkg builds the dependencies. Time
for drastic measures.
  • Loading branch information
MarkCallow committed Aug 30, 2024
1 parent a46e85f commit ea77b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ IFS=, ; for config in $CONFIGURATION
do
IFS=$oldifs # Because of ; IFS set above will still be present.
# Build and test
#if [ "$config" = "Debug" ]; then continue; fi
if [ "$config" = "Debug" ]; then continue; fi
echo "Build KTX-Software (macOS $ARCHS $config)"
if [ -n "$MACOS_CERTIFICATES_P12" -a "$config" = "Release" ]; then
cmake --build . --config $config | handle_compiler_output
Expand Down

0 comments on commit ea77b3c

Please sign in to comment.