Showing 869 changed files with 18,490 additions and 9,764 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Expand Up @@ -93,6 +93,7 @@ check_dependencies:
- local
timeout: 6h
script:
- mkdir -p ~/.ssh/ && ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
- bash -x .gitlab-ci/check_hw_matrix.sh
only:
- tags
Expand All @@ -115,6 +116,7 @@ check_dependencies:
- local
timeout: 24h
script:
- mkdir -p ~/.ssh/ && ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
- bash -x .gitlab-ci/regression.sh
only:
- tags
Expand Down