issues
search
toor1245
/
MatrixDotNet
Powerful .NET library for calculating matrix
https://toor1245.github.io/MatrixDotNet/
MIT License
10
stars
3
forks
source link
Create automated tests on ARM
#111
Open
Dilorfin
opened
3 years ago
Dilorfin
commented
3 years ago
May be for whit will be needed to move from Github Actions...
Dilorfin
commented
3 years ago
Investigation results
Travis CI
ARM arch OOTB support
For now dotnet on this ci platform has some strange things
Build-10
: windows & osx has troubles with installing dotnet, arm vms hadn't started
Build-11
: amd&arm vms had started, but "The version of this operating system is not supported by .NET Core."
may be ubuntu 18 should be tried (not sure how it can help)
...and I have doubts about stability of Travis
Azure Pipelines & Github Actions
seems that ARM is supported only on self-hosted runners
Not Tested
Drone CI
has arm support
free for open source
dotnet is not OOTB (but there are some possibilities.. may be)
Circle CI
is enterprise oriented, but that they have "Free" paragraph in pricing
seems to have arm support (not sure if it's free)
Jenkins
self-hosted at all
but free
AWS
not free
May be for whit will be needed to move from Github Actions...