Skip to content

added workflow actions #1

added workflow actions

added workflow actions #1

name: Run Tests (macOS)
on:
push:
branches:
- 'master'
tags-ignore:
- '*'
jobs:
run_tests:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure Project
working-directory: ${{github.workspace}}
run: ${{github.workspace}}/jamba-test-plugin/configure.py -- -DJAMBA_DOWNLOAD_VSTSDK=ON
- name: Run test/validate/archive (Release)
working-directory: ${{github.workspace}}/build
run: ./jamba.sh --release -b test validate archive