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

Merge branch 'development' into dev/macos-support-2

# Conflicts:
#	.gitlab-ci.yml
parents 66ce4b60 f8b2cb49
No related branches found
No related tags found
2 merge requests!102Release 1.0.0,!50Add macOS support
...@@ -7,6 +7,7 @@ test-package-macos: ...@@ -7,6 +7,7 @@ test-package-macos:
- ios - ios
script: script:
- ./run-tests.sh macos - ./run-tests.sh macos
retry: 1
test-package-ios: test-package-ios:
stage: test stage: test
...@@ -14,6 +15,7 @@ test-package-ios: ...@@ -14,6 +15,7 @@ test-package-ios:
- ios - ios
script: script:
- ./run-tests.sh ios - ./run-tests.sh ios
retry: 1
test-examples-ios: test-examples-ios:
stage: test stage: test
...@@ -21,3 +23,4 @@ test-examples-ios: ...@@ -21,3 +23,4 @@ test-examples-ios:
- ios - ios
script: script:
- ./run-tests.sh ios-examples - ./run-tests.sh ios-examples
retry: 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment