File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 Invoke-WebRequest -Uri https://github.com/r-hub/rtools45/releases/download/latest/$RTOOLS.exe -OutFile "$RTOOLS.exe"
5050 Start-Process -FilePath "$RTOOLS.exe" -ArgumentList "/install /norestart /verysilent /SUPPRESSMSGBOXES" -NoNewWindow -Wait
5151 echo "C:/$RTOOLS/usr/bin;C:/$RTOOLS/$ARCH-w64-mingw32.static.posix/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
52+ echo "$(pwd)/lib/tbb" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
5253
5354 - name : Build Math libs
5455 shell : pwsh
5758 Add-Content make\local "STAN_THREADS=true`n"
5859 make -f make/standalone math-libs -j2
5960
60- - name : Add TBB to PATH
61- if : runner.os == 'Windows'
62- shell : pwsh
63- run : echo "$(pwd)/lib/tbb" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
64-
6561 - name : Run ${{ matrix.config.label }} unit tests
6662 shell : pwsh
6763 run : |
9793 Invoke-WebRequest -Uri https://github.com/r-hub/rtools45/releases/download/latest/$RTOOLS.exe -OutFile "$RTOOLS.exe"
9894 Start-Process -FilePath "$RTOOLS.exe" -ArgumentList "/install /norestart /verysilent /SUPPRESSMSGBOXES" -NoNewWindow -Wait
9995 echo "C:/$RTOOLS/usr/bin;C:/$RTOOLS/$ARCH-w64-mingw32.static.posix/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
96+ echo "$(pwd)/lib/tbb" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
10097
10198 - name : Build Math libs
10299 shell : pwsh
@@ -105,11 +102,6 @@ jobs:
105102 Add-Content make\local "STAN_THREADS=true`n"
106103 make -f make/standalone math-libs -j2
107104
108- - name : Add TBB to PATH
109- if : runner.os == 'Windows'
110- shell : pwsh
111- run : echo "C:/a/math/math/lib/tbb" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
112-
113105 - name : Run mix/fun unit tests
114106 shell : pwsh
115107 run : |
You can’t perform that action at this time.
0 commit comments