Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into extension
Browse files Browse the repository at this point in the history
  • Loading branch information
groverlynn committed Feb 10, 2024
2 parents 0f73e21 + 872cecf commit 57a7789
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ cmake --build %build_dir% --config %build_config% --target install
if errorlevel 1 goto error

if "%build_test%" == "ON" (
ctest --test-dir %build_dir% -C %build_config% --output-on-failure
copy /y dist\lib\rime.dll %build_dir%\test
ctest --test-dir %build_dir%\test -C %build_config% --output-on-failure
if errorlevel 1 goto error
)

Expand Down

0 comments on commit 57a7789

Please sign in to comment.