mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
CI(macOS): Fix test cases not being found
The variable holding the directory to change into to run the tests in, had a typo in its name, causing the cd to fail. Therefore no tests were found and run.
This commit is contained in:
parent
bb252f6428
commit
ebdc796491
@ -18,7 +18,7 @@ steps:
|
||||
env:
|
||||
MUMBLE_BUILD_NUMBER_TOKEN: $(BUILD_NUMBER_TOKEN)
|
||||
displayName: 'Build'
|
||||
- script: 'cd $BUILD_BINARIES_DIRECTORY; ctest --verbose'
|
||||
- script: 'cd $BUILD_BINARIESDIRECTORY; ctest --verbose'
|
||||
displayName: 'Test'
|
||||
- script: .ci/azure-pipelines/release_macos.bash
|
||||
displayName: 'Release'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user