Skip to content

Commit

Permalink
Update build.
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanyueLi committed Oct 2, 2023
1 parent 07d79d3 commit 059dab9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-20.04, macos-11]
os: [ubuntu-20.04, macos-11, windows-latest]
node-version: [18.x]
env:
VERSION: ${{github.sha}}
Expand Down
2 changes: 2 additions & 0 deletions build_win.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ call py_env\Scripts\activate.bat
call pip install -r requirements.txt

cd backend
rmdir /S /Q dist
rmdir /S /Q build
call pyinstaller -F main.py -n entropy_search_backend.exe
cd ..

Expand Down

0 comments on commit 059dab9

Please sign in to comment.