Skip to content

ci: use https for cdash #1

ci: use https for cdash

ci: use https for cdash #1

Workflow file for this run

name: ubuntu latest
on:
push:
branches: [ master ]
workflow_dispatch:
env:
BUILD_TYPE: Debug
LOCAL: local
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Get Sources
uses: actions/checkout@v4
- name: Install APT Dependencies
run: |
sudo apt update
sudo apt-get install -y docker
- 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