rustwasm / twiggy

Twiggy🌱 is a code size profiler
https://rustwasm.github.io/twiggy
Apache License 2.0
1.3k stars 69 forks source link

Github actions #580

Open AlexEne opened 3 years ago

AlexEne commented 3 years ago

💡 Feature Description

We could move to github actions for CI use it for testing all 3 platforms without requiring travis and appveyor accounts.

To support windows, this requires rewriting the current ci/script.sh to be platform agnostic. I've noticed wasmtime uses a rust runner. The benefit of that woudld be that windows contirbutors can run tests locally without requiring WSL (or something similar).

Explanation of the requested feature. What use case does it solve? Windows & Linux tests could be unified

🙌 Are you interested in implementing this feature?

AlexEne commented 3 years ago

Only remaining things are: