Skip to content

Fixes to the Stratus architecture file and the faust2stratus script #1848

Fixes to the Stratus architecture file and the faust2stratus script

Fixes to the Stratus architecture file and the faust2stratus script #1848

Workflow file for this run

name: Windows
on:
push:
branches:
- '*'
pull_request:
branches: [ master-dev ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
if: github.repository_owner == 'grame-cncm' || github.event_name == 'pull_request'
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1
- name: Get latest CMake and ninja
uses: lukka/get-cmake@latest
- name: Build Faust
run: |
make -C build cmake BACKENDS=regular.cmake TARGETS=win-ci.cmake
make -C build