Skip to content
Snippets Groups Projects

Add macOS support

1 file
+ 11
4
Compare changes
  • Side-by-side
  • Inline
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
Loading