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

Update GitLab CI config

parent 4b419326
Branches
Tags
2 merge requests!102Release 1.0.0,!57Update messenger example
This commit is part of merge request !57. Comments created here will be created in the context of that merge request.
before_script:
- for ip in $(dig @8.8.8.8 github.com +short); do ssh-keyscan github.com,$ip; ssh-keyscan $ip; done 2>/dev/null >> ~/.ssh/known_hosts
- for ip in $(dig @8.8.8.8 git.xx.network +short); do ssh-keyscan git.xx.network,$ip; ssh-keyscan $ip; done 2>/dev/null >> ~/.ssh/known_hosts
- xcodebuild -version
stages: stages:
- test - test
...@@ -22,7 +27,5 @@ test-examples-ios: ...@@ -22,7 +27,5 @@ test-examples-ios:
tags: tags:
- ios - ios
script: script:
- for ip in $(dig @8.8.8.8 github.com +short); do ssh-keyscan github.com,$ip; ssh-keyscan $ip; done 2>/dev/null >> ~/.ssh/known_hosts
- for ip in $(dig @8.8.8.8 git.xx.network +short); do ssh-keyscan git.xx.network,$ip; ssh-keyscan $ip; done 2>/dev/null >> ~/.ssh/known_hosts
- ./run-tests.sh examples-ios - ./run-tests.sh examples-ios
retry: 1 retry: 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment