exokitxr / exokit

Native VR/AR/XR engine for JavaScript 🦖
MIT License
992 stars 117 forks source link

Make testRun.sh a CI test #170

Open avaer opened 6 years ago

avaer commented 6 years ago

Now that we have basic mocha infra, we should probably move testRun.sh, which runs in the appveryor.yml to be an actual mocha test.

The nontriviality here is that it might require GL on CI to do this boot, so it might not work out of the box on Travis CI.

avaer commented 6 years ago

Cc @ChrisEddy