Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
zchrissirhcz committed Nov 20, 2024
1 parent 3bf4ed3 commit 5e1d4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def check_build(self, project_name, args=''):

def test_artifact_path(self):
if PLATFORM.startswith('vs'):
out = self.check_generate('artifacts_path', args='-DCMAKE_TOOLCHAIN_FILE="../../toolchains/Windows.MSVC.toolchain.cmake"')
out = self.check_generate('artifacts_path', args='-G Ninja -DCMAKE_TOOLCHAIN_FILE="../../toolchains/Windows.MSVC.toolchain.cmake"')
print(out)
out = self.check_build('artifacts_path', '--config Release')
print(out)
Expand Down

0 comments on commit 5e1d4c3

Please sign in to comment.