ci: use https for cdash #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ubuntu latest | |
on: | |
push: | |
branches: [ master ] | |
workflow_dispatch: | |
env: | |
BUILD_TYPE: Debug | |
LOCAL: local | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Get Sources | |
uses: actions/checkout@v4 | |
- name: Install APT Dependencies | |
run: | | |
sudo apt update | |
- name: Build And Install Dependencies | |
run: ci/install_deps.sh | |
- name: Build | |
run: | | |
- name: Build and Test | |
run: docker exec /hermes_deps_c bash /hermes/ci/install_hermes.sh |