Skip to content
Snippets Groups Projects

Release 1.0.0

Merged Dariusz Rybicki requested to merge development into main
1 file
+ 1
17
Compare changes
  • Side-by-side
  • Inline
+ 1
17
@@ -13,26 +13,10 @@ before_script:
@@ -13,26 +13,10 @@ 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
Loading