Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate CI to github actions #111

Closed
clintfred opened this issue Apr 21, 2020 · 0 comments
Closed

Migrate CI to github actions #111

clintfred opened this issue Apr 21, 2020 · 0 comments
Assignees
Labels
Milestone

Comments

@clintfred
Copy link
Contributor

A good starting point is what we are doing for gridiron. https://github.com/IronCoreLabs/gridiron/actions/runs/83301015
AC:

  • show Linux, OSX, Windows, Android, iOS comparability
  • run tests and benches on at least some architectures

On Travis we run the before/after benchmarks on Linux. There is value there, but sometimes because the machine is shared the results can give false positives. Probably shouldn't be handled here, but we could run the benches on some dedicated machine somewhere as that's something GA supports.

Open questions:

  • should we build with and without the wasm feature?
  • what targets do we want to run tests on?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants