File: build_all_win.bat

package info (click to toggle)
rocketcea 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 39,944 kB
  • sloc: fortran: 23,152; python: 9,235; pascal: 370; makefile: 168; sh: 9
file content (30 lines) | stat: -rw-r--r-- 865 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

rem 1st do 32 bit 
call run_setup_build_win32.bat 35
python .\rocketcea\examples\quick_chk.py > build_results.txt

call run_setup_build_win32.bat 36
python .\rocketcea\examples\quick_chk.py >> build_results.txt

call run_setup_build_win32.bat 37
python .\rocketcea\examples\quick_chk.py >> build_results.txt

call run_setup_build_win32.bat 27
python .\rocketcea\examples\quick_chk.py >> build_results.txt

rem then do 64 bit 
call run_setup_build_win64.bat 35
python .\rocketcea\examples\quick_chk.py >> build_results.txt

call run_setup_build_win64.bat 36
python .\rocketcea\examples\quick_chk.py >> build_results.txt

call run_setup_build_win64.bat 37
python .\rocketcea\examples\quick_chk.py >> build_results.txt

call run_setup_build_win64.bat 27
python .\rocketcea\examples\quick_chk.py >> build_results.txt

rem display final results
type build_results.txt