@@ -35,21 +35,12 @@ jobs:
3535 - name : Set path for Rtools40
3636 if : runner.os == 'Windows'
3737 run : echo "C:/rtools40/usr/bin;C:/rtools40/mingw64/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
38- - name : Install mingw32-make and check toolchain path
39- if : runner.os == 'Windows'
40- run : |
41- pacman -Syu mingw-w64-x86_64-make --noconfirm
42- g++ --version
43- Get-Command g++ | Select-Object -ExpandProperty Definition
44- mingw32-make --version
45- Get-Command mingw32-make | Select-Object -ExpandProperty Definition
46- shell : powershell
4738
4839 - name : Build Math libs
4940 shell : powershell
5041 run : |
5142 Add-Content make\local "O=1`n"
52- mingw32- make -f make/standalone math-libs -j2
43+ make -f make/standalone math-libs -j2
5344 - name : Add TBB to PATH
5445 shell : powershell
5546 run : echo "D:/a/math/math/lib/tbb" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
@@ -85,21 +76,12 @@ jobs:
8576 - name : Set path for Rtools40
8677 if : runner.os == 'Windows'
8778 run : echo "C:/rtools40/usr/bin;C:/rtools40/mingw64/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
88- - name : Install mingw32-make and check toolchain path
89- if : runner.os == 'Windows'
90- run : |
91- pacman -Syu mingw-w64-x86_64-make --noconfirm
92- g++ --version
93- Get-Command g++ | Select-Object -ExpandProperty Definition
94- mingw32-make --version
95- Get-Command mingw32-make | Select-Object -ExpandProperty Definition
96- shell : powershell
9779
9880 - name : Build Math libs
9981 shell : powershell
10082 run : |
10183 Add-Content make\local "O=1`n"
102- mingw32- make -f make/standalone math-libs -j2
84+ make -f make/standalone math-libs -j2
10385 - name : Add TBB to PATH
10486 shell : powershell
10587 run : echo "D:/a/math/math/lib/tbb" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
@@ -139,21 +121,12 @@ jobs:
139121 - name : Set path for Rtools40
140122 if : runner.os == 'Windows'
141123 run : echo "C:/rtools40/usr/bin;C:/rtools40/mingw64/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
142- - name : Install mingw32-make and check toolchain path
143- if : runner.os == 'Windows'
144- run : |
145- pacman -Syu mingw-w64-x86_64-make --noconfirm
146- g++ --version
147- Get-Command g++ | Select-Object -ExpandProperty Definition
148- mingw32-make --version
149- Get-Command mingw32-make | Select-Object -ExpandProperty Definition
150- shell : powershell
151124
152125 - name : Build Math libs
153126 shell : powershell
154127 run : |
155128 Add-Content make\local "O=1`n"
156- mingw32- make -f make/standalone math-libs -j2
129+ make -f make/standalone math-libs -j2
157130 - name : Add TBB to PATH
158131 shell : powershell
159132 run : echo "D:/a/math/math/lib/tbb" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
@@ -171,7 +144,7 @@ jobs:
171144 with :
172145 name : gtest_outputs_xml
173146 path : ' **/*_test.xml'
174-
147+
175148 mix-fun-2 :
176149 name : mix/fun tests 2
177150 runs-on : windows-latest
@@ -188,21 +161,12 @@ jobs:
188161 - name : Set path for Rtools40
189162 if : runner.os == 'Windows'
190163 run : echo "C:/rtools40/usr/bin;C:/rtools40/mingw64/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
191- - name : Install mingw32-make and check toolchain path
192- if : runner.os == 'Windows'
193- run : |
194- pacman -Syu mingw-w64-x86_64-make --noconfirm
195- g++ --version
196- Get-Command g++ | Select-Object -ExpandProperty Definition
197- mingw32-make --version
198- Get-Command mingw32-make | Select-Object -ExpandProperty Definition
199- shell : powershell
200164
201165 - name : Build Math libs
202166 shell : powershell
203167 run : |
204168 Add-Content make\local "O=1`n"
205- mingw32- make -f make/standalone math-libs -j2
169+ make -f make/standalone math-libs -j2
206170 - name : Add TBB to PATH
207171 shell : powershell
208172 run : echo "D:/a/math/math/lib/tbb" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
0 commit comments