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

Update GitLab CI config

parent 9dc63df6
No related branches found
No related tags found
1 merge request!45Draft: Add macOS support
......@@ -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"
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