Skip to content

Refactoring: Move clip-engine-specific audio hook processing into cli… #692

Refactoring: Move clip-engine-specific audio hook processing into cli…

Refactoring: Move clip-engine-specific audio hook processing into cli… #692

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
# For quickly detecting important differences in runner configurations
schedule:
- cron: '0 5 * * MON'
name: Windows i686
jobs:
check:
name: Build
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.68.2-i686-pc-windows-msvc
target: i686-pc-windows-msvc
override: true
- run: rustup component add rustfmt
- name: cargo build
uses: actions-rs/cargo@v1
with:
command: build
# Prevent "LLVM ERROR: out of memory"
args: --profile dev-llvm-out-of-memory-fix --target i686-pc-windows-msvc