Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl committed Jun 6, 2024
1 parent bf5cbf5 commit 811cfa6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .ci/azure-pipelines/build_macos.bash
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ BUILD_NUMBER=$("./scripts/mumble-build-number.py" --commit "${BUILD_SOURCEVERSIO

cd $BUILD_BINARIESDIRECTORY

ls -al /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/
find "$MUMBLE_ENVIRONMENT_PATH/installed/$MUMBLE_ENVIRONMENT_TRIPLET/share" -type f -iname "*.cmake" -exec sed -i '' s/MacOSX10.15.sdk/MacOSX.sdk/g {} \;

cmake -G Ninja -DVCPKG_TARGET_TRIPLET=$MUMBLE_ENVIRONMENT_TRIPLET -DCMAKE_TOOLCHAIN_FILE=$MUMBLE_ENVIRONMENT_TOOLCHAIN \
-DIce_HOME="$MUMBLE_ENVIRONMENT_PATH/installed/$MUMBLE_ENVIRONMENT_TRIPLET" \
-DCMAKE_BUILD_TYPE=Release -DCMAKE_UNITY_BUILD=ON -DBUILD_NUMBER=$BUILD_NUMBER \
Expand Down
2 changes: 1 addition & 1 deletion .ci/azure-pipelines/steps_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ steps:
env:
MUMBLE_BUILD_NUMBER_TOKEN: $(BUILD_NUMBER_TOKEN)
displayName: 'Build'
- script: 'cd $BUILD_BINARIESDIRECTORY; ctest --output-on-failure'
- script: 'cd $BUILD_BINARIESDIRECTORY; ctest --verbose'
displayName: 'Test'
- script: .ci/azure-pipelines/release_macos.bash
displayName: 'Release'
Expand Down
2 changes: 1 addition & 1 deletion .ci/azure-pipelines/steps_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ steps:
env:
MUMBLE_BUILD_NUMBER_TOKEN: $(BUILD_NUMBER_TOKEN)
displayName: 'Build'
- script: 'cd /d %BUILD_BINARIESDIRECTORY% & ctest --output-on-failure'
- script: 'cd /d %BUILD_BINARIESDIRECTORY% & ctest --verbose'
env:
# Set timeout for tests to 15min
QTEST_FUNCTION_TIMEOUT: 900000
Expand Down
2 changes: 1 addition & 1 deletion .ci/build_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ cmake -G Ninja -DCMAKE_TOOLCHAIN_FILE="%MUMBLE_ENVIRONMENT_TOOLCHAIN%" -DVCPKG_T
-DCMAKE_C_COMPILER=cl.exe -DCMAKE_CXX_COMPILER=cl.exe ^
-DCMAKE_BUILD_TYPE=Release -DCMAKE_UNITY_BUILD=ON -DBUILD_NUMBER=%BUILD_NUMBER% ^
-Dpackaging=ON -Dtests=ON -Dstatic=ON -Dsymbols=ON -Dasio=ON -Dg15=ON ^
-Ddisplay-install-paths=ON -Delevation=%MUMBLE_USE_ELEVATION% %MUMBLE_SOURCE_REPOSITORY%
-Ddisplay-install-paths=ON -Delevation=%MUMBLE_USE_ELEVATION% %MUMBLE_SOURCE_REPOSITORY% --trace

if errorlevel 1 (
exit /b %errorlevel%
Expand Down

0 comments on commit 811cfa6

Please sign in to comment.