Fixed || not being recognised in powershell script
This commit is contained in:
parent
b3d8ed244f
commit
3f8e179a74
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@ before_deploy:
|
|||
test_script:
|
||||
- ps: |
|
||||
if ($env:Compiler -eq "mingw") {
|
||||
make test || type Testing/Temporary/LastTest.log
|
||||
try { make test }
|
||||
catch { type Testing/Temporary/LastTest.log }
|
||||
}
|
||||
|
||||
#after_test:
|
||||
|
|
Loading…
Add table
Reference in a new issue