summaryrefslogtreecommitdiff
path: root/scripts/emcc-tests.sh
Commit message (Collapse)AuthorAgeFilesLines
* Add `-o pipefail` to shell scripts (#3706)Sam Clegg2021-03-191-1/+2
| | | | This means that if any command in a pipelines fails the whole pipeline will also fail.
* Cleanup emcc-tests.sh (#3170)Sam Clegg2020-09-241-5/+6
| | | | | | - Use ninja - Use a sub-directory - Don't use emmake when running make/ninja (this is redundant if you use emconfigure to configure the build).
* Fix binaryenjs testing (#2810)Sam Clegg2020-04-271-2/+2
| | | | | | These tests are now optional. However, if you run them and the build is not found they will now error out, in order to avoid silently failing.
* Convert CI from travis + appveyor to github actions (#2646)Sam Clegg2020-04-211-0/+16
The intention is to move away from travis and appveyor which have become very slow. See: #2356