MYSTRANsolver / MYSTRAN

MYSTRAN is a general purpose finite element analysis solver
https://www.mystran.com/
MIT License
52 stars 15 forks source link

Automated testing #3

Closed SteveDoyle2 closed 1 year ago

SteveDoyle2 commented 1 year ago

Adding automated testing. It's still very basic, but it works. Less breaking builds is nice.

Here's what you have to do if you have a checkout of new & old mystran. You gotta do it on the command line though.

Per:

git request-pull --help

#branch_name = automated_testing

git push https://github.com/MYSTRANsolver/MYSTRAN.git automated_testing
git request-pull automated_testing https://github.com/MYSTRANsolver/MYSTRAN.git main:automated_tesing

I don't fully understand the command (specifically line 2 after the colon, but good enough.

zchlrnr commented 1 year ago

This is actually just "Automated Build Testing" but that's fine. Nobody should be foolish enough to have a fit over what it's called.