mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01:00
parent
c1110e0e69
commit
0da93f9a7d
@ -82,7 +82,12 @@ install:
|
|||||||
|
|
||||||
# The OSX tests seem to run slower, they often timeout. So only run
|
# The OSX tests seem to run slower, they often timeout. So only run
|
||||||
# the test suite with the installed version of fdroid.
|
# the test suite with the installed version of fdroid.
|
||||||
|
#
|
||||||
|
# macOS sticks with bash 3.x because of licenses, so avoid use new bash syntax
|
||||||
script:
|
script:
|
||||||
|
- /bin/bash --version
|
||||||
|
- /bin/bash -n gradlew-fdroid tests/run-tests
|
||||||
|
|
||||||
- ./tests/run-tests
|
- ./tests/run-tests
|
||||||
|
|
||||||
after_failure:
|
after_failure:
|
||||||
|
Loading…
Reference in New Issue
Block a user