Commit Graph
19 Commits
Author SHA1 Message Date
wooferzfg 2ae7175b9d Switch to peaceiris/actions-gh-pages@v3 2020-06-09 00:11:23 -05:00
wooferzfg ba0e5074cc Use actions/checkout for pulling submodules 2020-04-19 01:15:04 -05:00
Christopher Serr 2c2a32c65a Manually install wasm-bindgen again 2020-04-15 16:15:05 +02:00
wooferzfg 74befe0dd1 Switch to checkout@v2
Fixes https://github.com/actions/checkout/issues/23
2020-04-13 22:55:42 -05:00
Christopher Serr 38c1431c7a Remove wasm-gc and use cache 2020-04-11 12:31:04 +02:00
wooferzfg 511e5508b7 Use actions-rs/install for wasm-gc and wasm-bindgen-cli 2020-04-11 03:17:12 -05:00
wooferzfg 2a974684bb Move linter to normal build process 2020-03-16 00:16:40 -05:00
wooferzfg 3f03d715f7 Revert "Treat test failures as warnings"
This reverts commit b433ade359.
2020-03-02 21:49:31 -06:00
wooferzfg b433ade359 Treat test failures as warnings 2020-02-22 13:41:25 -06:00
wooferzfg 7257be67e7 Add a matcher for test failures 2020-02-22 13:23:19 -06:00
wooferzfg 4231cb59c2 Update actions to run tests 2020-02-21 23:09:08 -06:00
Christopher Serr cad5da9024 [CI] Don't pad the current week number
The default formatting pads the current week as 00..53. This works for every week other than the current two weeks in the year as those are formatted as 08 and 09. The shell however interprets those as integers in base 8 (octal) because of the initial 0 (blame C for this one), where 8 and 9 are not valid digits in base 8.

This commit removes the padding with 0 from the formatting.
2020-02-18 13:22:14 +01:00
Christopher Serr 1b263ab9c5 Use the stable Rust compiler 2020-02-01 19:20:43 +01:00
Christopher Serr c9b6919af7 Always install wasm-bindgen on CI 2020-01-28 18:42:48 +01:00
Christopher Serr 27c45166cd Fix gh-pages Deployment 2020-01-27 19:09:08 +01:00
wooferzfg f1ab0d0603 Key the caches by the current two weeks 2020-01-25 12:21:44 -06:00
Christopher Serr abf6acf1e8 Add a custom tslint problem matcher 2020-01-25 14:05:07 +01:00
wooferzfg fdd30b0dc8 Add linter to CI 2020-01-25 13:38:00 +01:00
wooferzfg 0df864ab72 Set up GitHub Actions 2020-01-19 16:44:36 -06:00