Alex Crichton
45d25ebdf0
Only check the master branch
2018-07-06 13:30:28 -07:00
R. Andrew Ohana
cc1db03e5a
use both npm and yarn in ci
2018-06-25 17:22:51 -07:00
Alex Crichton
ad89d8457e
Fix tests by pinning versions of webpack ( #219 )
...
Looks like a newer version of webpack has broken tests, so let's use
package-lock.json to pin to an older version while we wait for a fix.
2018-06-01 13:42:59 -05:00
Alex Crichton
237fff0698
Map u64/i64 to BigInt in JS
...
This commit is an implementation of mapping u64/i64 to `BigInt` in JS through
the unstable BigInt APIs. The BigInt type will ship soon in Chrome and so this
commit builds out the necessary support for wasm-bindgen to use it!
2018-05-05 18:51:20 -07:00
Alex Crichton
cf9ef7b570
Disable incremental on CI for now
...
It seems... buggy!
2018-04-03 13:01:34 -07:00
Alex Crichton
f77612531f
Try to debug a failing test on AppVeyor
2018-04-03 08:46:02 -07:00
Alex Crichton
1db5b3fb50
Add Travis/AppVeyor deployments
2018-03-05 20:05:39 -08:00
Alex Crichton
353794417c
Don't run npm install
during tests
...
Instead add a `package.json` and use `yarn run`.
2018-03-02 15:44:28 -08:00
Alex Crichton
597fd98744
Test installation on CI as well
2017-12-19 09:28:31 -08:00
Alex Crichton
9369ae9522
Try installing node on AppVeyor
2017-12-18 16:29:45 -08:00
Alex Crichton
384027088b
Install wasm target on CI
2017-12-18 14:55:25 -08:00
Alex Crichton
abb9c845a5
Add CI and a small README
2017-12-18 14:49:04 -08:00