File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 pull_request :
66 branches : [ develop, master ]
77 push :
8- branches : [ develop ]
8+ branches : [ develop, winarm ]
99 paths-ignore :
1010 - ' doygen/**'
1111 - ' hooks/**'
2626 strategy :
2727 fail-fast : false
2828 matrix :
29- os : [windows-latest , ubuntu-24.04-arm]
29+ os : [windows-11-arm , ubuntu-24.04-arm]
3030 config : [
3131 { label: misc, tests: 'test/unit/*_test.cpp test/unit/math/*_test.cpp test/unit/math/memory' },
3232 { label: prim, tests: 'test/unit/math/prim' },
4949
5050 - name : Set path for Rtools45
5151 if : runner.os == 'Windows'
52- run : echo "C:/rtools45/usr/bin;C:/rtools45/x86_64 -w64-mingw32.static.posix/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
52+ run : echo "C:/rtools45-aarch64 /usr/bin;C:/rtools45-aarch64/aarch64 -w64-mingw32.static.posix/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
5353
5454 - name : Build Math libs
5555 shell : pwsh
8080 strategy :
8181 fail-fast : false
8282 matrix :
83- os : [windows-latest , ubuntu-24.04-arm]
83+ os : [windows-11-arm , ubuntu-24.04-arm]
8484 group : [1, 2, 3, 4, 5]
8585
8686 steps :
9797
9898 - name : Set path for Rtools45
9999 if : runner.os == 'Windows'
100- run : echo "C:/rtools45/usr/bin;C:/rtools45/x86_64 -w64-mingw32.static.posix/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
100+ run : echo "C:/rtools45-aarch64 /usr/bin;C:/rtools45-aarch64/aarch64 -w64-mingw32.static.posix/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
101101
102102 - name : Build Math libs
103103 shell : pwsh
You can’t perform that action at this time.
0 commit comments