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

Update GitLab CI config

parent a6249078
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 "section_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 "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 "\\e[0Ksection_end:`date +%s`:test_macos\\r\\e[0K"
- echo -e "section_end:`date +%s`:test_ios\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