Skip to content

cocoaui: Add "Scan Per-file Track Gain If Not Scanned" mode #1182

cocoaui: Add "Scan Per-file Track Gain If Not Scanned" mode

cocoaui: Add "Scan Per-file Track Gain If Not Scanned" mode #1182

Workflow file for this run

name: Windows Release Build
on: [ push, pull_request ]
jobs:
build_windows:
name: Windows Release Build
runs-on: windows-latest
steps:
- name: Checkout for Windows
uses: actions/checkout@v2
with:
submodules: true
- name: Install Inno Setup
run: choco install -y innosetup
- name: Install msys2
uses: msys2/setup-msys2@v2
with:
update: true
install: >-
mingw-w64-x86_64-toolchain mingw-w64-x86_64-libzip mingw-w64-x86_64-pkg-config mingw-w64-x86_64-dlfcn
git make tar unzip xz zip mingw-w64-x86_64-clang
mingw-w64-x86_64-jansson mingw-w64-x86_64-gtk3 mingw-w64-x86_64-gtk2 mingw-w64-x86_64-mpg123
mingw-w64-x86_64-flac mingw-w64-x86_64-curl mingw-w64-x86_64-portaudio mingw-w64-x86_64-faad2 mingw-w64-x86_64-flac
mingw-w64-x86_64-wavpack mingw-w64-x86_64-libvorbis mingw-w64-x86_64-libogg mingw-w64-x86_64-opusfile mingw-w64-x86_64-opus
mingw-w64-x86_64-libsndfile mingw-w64-x86_64-libsamplerate mingw-w64-x86_64-yasm rsync
mingw-w64-x86_64-ffmpeg
- name: Build for Windows
shell: msys2 {0}
run: BUILD_OS_NAME=windows ci_scripts/build.sh
- name: Upload for Windows
env:
gh_ed25519_key: ${{ secrets.GH_ENCRYPTED_ED25519_KEY }}
gh_ed25519_iv: ${{ secrets.GH_ENCRYPTED_ED25519_IV }}
shell: msys2 {0}
run: BUILD_OS_NAME=windows ci_scripts/upload.sh
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: windows
path: bin/*DEBUG.zip