anki/tools/build.bat

6 lines
78 B
Batchfile
Executable File

@echo off
pushd "%~dp0"\..
set RELEASE=1
tools\ninja wheels || exit /b 1
popd