Skip to content

Build and Test

Build and Test #1

Workflow file for this run

name: Build and Test
on:
workflow_dispatch:
repository_dispatch:
types: [trigger-build]
jobs:
build:
runs-on: [self-hosted, windows]
steps:
- name: Checkout this repository
uses: actions/checkout@v3
- name: Pull another repository
run: git clone https://github.com/christoph-hart/hise_documentation.git ./src
- name: Run build.bat
run: .\another-repository\build.bat