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

Update GitLab CI config

parent f9b90667
No related branches found
No related tags found
2 merge requests!102Release 1.0.0,!50Add macOS support
stages: stages:
- test - test
package-tests: test-package-macos:
stage: test stage: test
tags: tags:
- ios - ios
script: script:
- ./run-tests.sh - ./run-tests.sh macos
examples-tests: test-package-ios:
stage: test stage: test
tags: tags:
- ios - ios
script: script:
- ./run-tests.sh examples - ./run-tests.sh ios
test-examples-ios:
stage: test
tags:
- ios
script:
- ./run-tests.sh ios-examples
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment