Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Run github actions on push as well as PR (#1254) | Sam Clegg | 2019-11-26 | 1 | -1/+1 | |
| | ||||||
* | Initial support for github actions (#1238) | Sam Clegg | 2019-11-22 | 1 | -0/+27 | |
This adds a basic workflow that builds and tests wabt on all three desktop platforms. The plan is to extend this to completely replace travis and appveyor in the future. Remove the 2.7 requirement for python in CMakeLists.txt due to issue with github actions where this ends up selected in the wrong (mingw) version of python. See: https://github.com/actions/setup-python/issues/40 |