Skip to content
Snippets Groups Projects

Draft: Add macOS support

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