intel / webml-polyfill

Deprecated, the Web Neural Network Polyfill project has been moved to https://github.com/webmachinelearning/webnn-polyfill
Apache License 2.0
161 stars 42 forks source link

[test] Add CI with WASM backendfor webml-polyfill project #127

Closed ibelem closed 5 years ago

ibelem commented 6 years ago

After submitting PRs in webml-polyfill repo, CI is needed for verifying the quality of the new codes.

  1. Add Unit/CTS Tests in CI
  2. Node.js + Travis CI
  3. Add examples automation in CI when https://github.com/intel/webml-polyfill/issues/126 is resolved.
  4. Add buliding/status badge CI badge in README.md

Links:

BruceDai commented 6 years ago

In processing, currently we met webdriver installation failure by npm , we will low its priority, move to September release milestone.

BruceDai commented 6 years ago

P1 to fix #187, postpone it for October release.

BruceDai commented 5 years ago

PRs #292 #295 to add CI for testing on Linux / Mac OS with WASM backend have been landed, we are working on WebGL2 backend

BruceDai commented 5 years ago

We have enabled CI with WASM, close it. Next we will resolve https://github.com/intel/webml-polyfill/issues/309 .