Skip to content
Snippets Groups Projects

Draft: Add macOS support

Closed Dariusz Rybicki requested to merge dev/macos-support into development
2 files
+ 5
23
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
6
@@ -6,9 +6,4 @@ tests:
tags:
- ios
script:
- echo -e "section_start:`date +%s`:test_macos\r\e[0KRun tests on macOS"
- ./run-tests.sh macos
- echo -e "section_end:`date +%s`:test_macos\r\e[0K"
- echo -e "section_start:`date +%s`:test_ios\r\e[0KRun tests on iOS Simulator"
- ./run-tests.sh ios
- echo -e "section_end:`date +%s`:test_ios\r\e[0K"
- ./run-tests.sh
Loading