Don't try running tests on Windows
ci/woodpecker/pr/woodpecker Pipeline was successful
Details
ci/woodpecker/pr/woodpecker Pipeline was successful
Details
Fixes: fa803c7e
parent
9a3794cd02
commit
ad1fe45f4e
|
@ -19,5 +19,7 @@ tests = [
|
|||
# yuck
|
||||
foreach test : tests
|
||||
test_file = configure_file(input: test + '.sh', output: test, copy: true)
|
||||
run_command('chmod', '755', test_file, check : true)
|
||||
if host_machine.system() != 'windows'
|
||||
run_command('chmod', '755', test_file, check : true)
|
||||
endif
|
||||
endforeach
|
||||
|
|
Loading…
Reference in New Issue