We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a580ed commit 9dfe3f2Copy full SHA for 9dfe3f2
.github/workflows/builds.yaml
@@ -50,15 +50,9 @@ jobs:
50
}
51
52
echo "C:/$RTOOLS/usr/bin;C:/$RTOOLS/$ARCH-w64-mingw32.static.posix/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
53
- echo "$(pwd)/lib/tbb" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
+ echo "$(pwd)/stan/lib/stan_math/lib/tbb" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
54
55
- - name: Build libs
+ - name: Build libs and run tests
56
run: |
57
- echo "CPPFLAGS=-w -Wno-psabi -Wno-misleading-indentation\n" >> make\local
58
- echo "STAN_THREADS=true\n" >> make\local
59
make -j2 build
60
-
61
- - name: Run unit tests
62
- shell: pwsh
63
- run: |
64
python runCmdStanTests.py -j2 src/test/interface
0 commit comments