Skip to content

Commit

Permalink
fix(ci): update ci script for windows
Browse files Browse the repository at this point in the history
remove obsolete scripts
  • Loading branch information
lotem committed Jan 15, 2022
1 parent aafe5a3 commit 0358a21
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 86 deletions.
46 changes: 0 additions & 46 deletions action-build-boost.bat

This file was deleted.

38 changes: 0 additions & 38 deletions action-build-thirdparty.bat

This file was deleted.

4 changes: 2 additions & 2 deletions action-install-windows.bat
Expand Up @@ -6,10 +6,10 @@ pushd C:\Libraries
popd C:\Libraries
set BOOST_ROOT=C:\Libraries\boost_%boost_version%

call action-build-boost.bat
call build.bat boost
if errorlevel 1 goto error

call action-build-thirdparty.bat
call build.bat thirdparty
if errorlevel 1 goto error

if defined RIME_PLUGINS (
Expand Down

0 comments on commit 0358a21

Please sign in to comment.