mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-07 05:45:33 +00:00
make use of powershell.exe: https://stackoverflow.com/questions/67077738/how-to-run-an-executable-file-in-gitlab-ci-cd-script-using-powershell
This commit is contained in:
parent
f48b96d861
commit
3d9a29fda0
1 changed files with 1 additions and 1 deletions
|
@ -685,7 +685,7 @@ macOS13_Xcode14_arm64:
|
|||
- cmake --build . --config $config
|
||||
- ccache --show-stats
|
||||
- cd $config
|
||||
- openmw-iniimporter-tests.exe
|
||||
- 'powershell.exe openmw-iniimporter-tests.exe'
|
||||
- echo "CI_COMMIT_REF_NAME ${CI_COMMIT_REF_NAME}`nCI_JOB_ID ${CI_JOB_ID}`nCI_COMMIT_SHA ${CI_COMMIT_SHA}" | Out-File -Encoding UTF8 CI-ID.txt
|
||||
- $artifactDirectory = "$(Make-SafeFileName("${CI_PROJECT_NAMESPACE}"))/$(Make-SafeFileName("${CI_COMMIT_REF_NAME}"))/$(Make-SafeFileName("${CI_COMMIT_SHORT_SHA}-${CI_JOB_ID}"))/"
|
||||
- Get-ChildItem -Recurse *.ilk | Remove-Item
|
||||
|
|
Loading…
Reference in a new issue