@@ -7,105 +7,123 @@ cd ..\..\..\
7
7
8
8
echo .
9
9
echo # ======================================================================
10
- echo # Building Python
10
+ echo # Building Python (Debug ^ |x64)
11
11
echo # ======================================================================
12
12
echo .
13
13
14
- call " %VS100COMNTOOLS% \..\..\VC\vcvarsall.bat" x64
15
- msbuild /noconsolelogger /target:clean PCbuild\pcbuild.sln /p:Configuration=Release /p:PlatformTarget=x64
16
- msbuild /noconsolelogger /target:clean PCbuild\pcbuild.sln /p:Configuration=Debug /p:PlatformTarget=x64
17
- msbuild /noconsolelogger PCbuild\pcbuild.sln /p:Configuration=Release /p:Platform=x64
18
- msbuild /noconsolelogger PCbuild\pcbuild.sln /p:Configuration=Debug /p:Platform=x64
19
-
20
- call " %VS100COMNTOOLS% \..\..\VC\vcvarsall.bat" x86
21
- msbuild /noconsolelogger PCbuild\pcbuild.sln /p:Configuration=Release /p:Platform=Win32
22
- msbuild /noconsolelogger PCbuild\pcbuild.sln /p:Configuration=Debug /p:Platform=Win32
23
- echo .
24
- echo .
14
+ call .\Tools\buildbot\clean.bat
15
+ call .\Tools\buildbot\build.bat -c Debug -p x64
25
16
26
17
echo .
27
18
echo # ======================================================================
28
- echo # test_decimal: platform=x64
19
+ echo # platform=Debug ^ | x64
29
20
echo # ======================================================================
30
21
echo .
31
22
32
- cd PCbuild\amd64
33
-
34
23
echo # ==================== refleak tests =======================
35
24
echo .
36
- python_d.exe -m test -uall -R 2:2 test_decimal
25
+ call python.bat -m test -uall -R 3:3 test_decimal
37
26
echo .
38
27
echo .
39
28
40
29
echo # ==================== regular tests =======================
41
30
echo .
42
- python.exe -m test -uall test_decimal
31
+ call python.bat -m test -uall test_decimal
32
+ echo .
33
+ echo .
34
+
35
+ echo # ==================== deccheck =======================
36
+ echo .
37
+ call python.bat .\Modules\_decimal\tests\deccheck.py
43
38
echo .
44
39
echo .
45
40
46
- cd ..
47
41
48
42
echo .
49
43
echo # ======================================================================
50
- echo # test_decimal: platform=x86
44
+ echo # Building Python (Release ^ |x64)
51
45
echo # ======================================================================
52
46
echo .
53
47
54
- echo # ==================== refleak tests =======================
55
- echo .
56
- python_d.exe -m test -uall -R 2:2 test_decimal
48
+ call .\Tools\buildbot\clean.bat
49
+ call .\Tools\buildbot\build.bat -c Release -p x64
50
+
57
51
echo .
52
+ echo # ======================================================================
53
+ echo # platform=Release^ |x64
54
+ echo # ======================================================================
58
55
echo .
59
56
60
57
echo # ==================== regular tests =======================
61
58
echo .
62
- python.exe -m test -uall test_decimal
59
+ call python.bat -m test -uall test_decimal
60
+ echo .
61
+ echo .
62
+
63
+ echo # ==================== deccheck =======================
64
+ echo .
65
+ call python.bat .\Modules\_decimal\tests\deccheck.py
66
+ echo .
67
+ echo .
68
+
69
+
63
70
echo .
71
+ echo # ======================================================================
72
+ echo # Building Python (Debug^ |Win32)
73
+ echo # ======================================================================
64
74
echo .
65
75
66
- cd amd64
76
+ call .\Tools\buildbot\clean.bat
77
+ call Tools\buildbot\build.bat -c Debug -p Win32
67
78
68
79
echo .
69
80
echo # ======================================================================
70
- echo # deccheck: platform=x64
81
+ echo # platform=Debug ^ |Win32
71
82
echo # ======================================================================
72
83
echo .
73
84
74
- echo # ==================== debug build =======================
85
+ echo # ==================== refleak tests =======================
86
+ echo .
87
+ call python.bat -m test -uall -R 3:3 test_decimal
88
+ echo .
89
+ echo .
90
+
91
+ echo # ==================== regular tests =======================
75
92
echo .
76
- python_d.exe ..\..\Modules\_decimal\tests\deccheck.py
93
+ call python.bat -m test -uall test_decimal
77
94
echo .
78
95
echo .
79
96
80
- echo # =================== release build ======================
97
+ echo # ==================== deccheck = ======================
81
98
echo .
82
- python.exe ..\. .\Modules\_decimal\tests\deccheck.py
99
+ call python.bat .\Modules\_decimal\tests\deccheck.py
83
100
echo .
84
101
echo .
85
102
86
- cd ..
87
103
88
104
echo .
89
105
echo # ======================================================================
90
- echo # deccheck: platform=x86
106
+ echo # Building Python (Release ^ |Win32)
91
107
echo # ======================================================================
92
108
echo .
109
+
110
+ call .\Tools\buildbot\clean.bat
111
+ call .\Tools\buildbot\build.bat -c Release -p Win32
112
+
113
+ echo .
114
+ echo # ======================================================================
115
+ echo # platform=Release^ |Win32
116
+ echo # ======================================================================
93
117
echo .
94
118
95
- echo # ==================== debug build =======================
119
+ echo # ==================== regular tests =======================
96
120
echo .
97
- python_d.exe ..\Modules\_decimal\tests\deccheck.py
121
+ call python.bat -m test -uall test_decimal
98
122
echo .
99
123
echo .
100
124
101
- echo # =================== release build ======================
125
+ echo # ==================== deccheck = ======================
102
126
echo .
103
- python.exe . .\Modules\_decimal\tests\deccheck.py
127
+ call python.bat .\Modules\_decimal\tests\deccheck.py
104
128
echo .
105
129
echo .
106
-
107
-
108
- cd ..\Modules\_decimal\tests
109
-
110
-
111
-
0 commit comments