Skip to content
Snippets Groups Projects
Commit 8c37cc6e authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Revert "Test CI"

This reverts commit 8578ae69.
parent 8578ae69
No related branches found
No related tags found
1 merge request!102Release 1.0.0
...@@ -13,10 +13,26 @@ before_script: ...@@ -13,10 +13,26 @@ before_script:
stages: stages:
- test - test
test-package-macos:
stage: test
tags:
- ios
script:
- ./run-tests.sh macos
retry: 1
test-package-ios: test-package-ios:
stage: test stage: test
tags: tags:
- ios - ios
script: script:
- ./xcode-remove-caches.sh
- ./run-tests.sh ios - ./run-tests.sh ios
retry: 1
test-examples-ios:
stage: test
tags:
- ios
script:
- ./run-tests.sh examples-ios
retry: 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment