Skip to content

[Experimental] auto_ime enhanced | graphic enhanced | build without requirement of msvcp140.dll #194

[Experimental] auto_ime enhanced | graphic enhanced | build without requirement of msvcp140.dll

[Experimental] auto_ime enhanced | graphic enhanced | build without requirement of msvcp140.dll #194

Workflow file for this run

name: Build and upload artifact
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up MSVC
uses: ilammy/msvc-dev-cmd@v1
- name: Configure CMake
run: cmake -B build -S . -G "Visual Studio 17 2022" -A x64 -DCMAKE_BUILD_TYPE=Release -DCMAKE_SYSTEM_VERSION="10.0.26100.0"
- name: Build
run: cmake --build build --config Release --target bnusio --verbose
- uses: actions/upload-artifact@v4
with:
name: TaikoArcadeLoader
path: dist/
compression-level: 9