bitshifter / mathbench-rs

Comparing performance of Rust math libraries for common 3D game and graphics tasks
Other
197 stars 16 forks source link

Convert Travis CI pipeline to GitHub Actions pipeline #34

Closed Ajghumaliya closed 1 year ago

Ajghumaliya commented 1 year ago

Made GitHub Action Pipeline : 1) converter Travis yaml file code into GitHub Actions workflow 2) delete travis yaml file and click on action button and create work flow ( here workflow file is ci.yaml ) 3) made some change with respect for github in after-suceess.sh file

bitshifter commented 1 year ago

Thanks for that!

The travis file was ancient so I probably need to update what is actually getting built but that should be easy to do now.