I have increasingly experienced problems with travis-ci seeking to charge me to build oss projects. Github actions offer a free and in many cases more performant multi-os CI service. This PR contributes a github action for building and testing rclnodejs on linux ubuntu-20.04.
1) removes .travis.yml
2) removes Dockerfile
3) adds .github/workflows/linux-build-and-test.yml
4) adds run-script-os dev-dep w/ os specific pretest setups to
package.json
I have increasingly experienced problems with travis-ci seeking to charge me to build oss projects. Github actions offer a free and in many cases more performant multi-os CI service. This PR contributes a github action for building and testing rclnodejs on linux ubuntu-20.04.
1) removes .travis.yml 2) removes Dockerfile 3) adds .github/workflows/linux-build-and-test.yml 4) adds run-script-os dev-dep w/ os specific pretest setups to package.json