Skip to content

build JUCE based artifacts #1

build JUCE based artifacts

build JUCE based artifacts #1

Workflow file for this run

name: JUCE artifacts (windows)
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
BUILD_TYPE: Release
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
- name: 'Upload Artifacts'
uses: actions/upload-artifact@v4
with:
path: |
${{github.workspace}}/build/JUCE/PhasePhdgr_artefacts/Release
# ${{github.workspace}}/build/JUCE/PhasePhdgrFx_artefacts/Release