File: make_win_release.bat

package info (click to toggle)
finalcif 156%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 53,696 kB
  • sloc: python: 50,427; cpp: 67; sh: 51; makefile: 22
file content (15 lines) | stat: -rw-r--r-- 281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

REM execute me from the main directory

rmdir /S dist /Q
rmdir /S build /Q

rem git restore *
rem git switch master
rem git pull

call scripts\_create_dist.bat

CALL .venv\Scripts\activate.bat
.venv\Scripts\python.exe scripts\make_win_release.py
CALL .venv\Scripts\deactivate.bat