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

Move CI to GitHub Actions #1474

Merged
merged 38 commits into from
Aug 15, 2020
Merged

Move CI to GitHub Actions #1474

merged 38 commits into from
Aug 15, 2020

Commits on Aug 7, 2020

  1. clippy in tests

    siku2 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    053ed51 View commit details
    Browse the repository at this point in the history
  2. add pull request workflow

    siku2 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    0adeb64 View commit details
    Browse the repository at this point in the history
  3. fix formatting

    siku2 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    a0a8b81 View commit details
    Browse the repository at this point in the history
  4. add names to steps

    siku2 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    c80a220 View commit details
    Browse the repository at this point in the history
  5. fix clippy

    siku2 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    bf81bc5 View commit details
    Browse the repository at this point in the history
  6. update

    siku2 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    545ec73 View commit details
    Browse the repository at this point in the history
  7. avoid mutable

    siku2 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    7f7b641 View commit details
    Browse the repository at this point in the history
  8. use wasm target

    siku2 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    952501c View commit details
    Browse the repository at this point in the history
  9. install it too

    siku2 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    6d8cf72 View commit details
    Browse the repository at this point in the history
  10. except there

    siku2 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    da00b15 View commit details
    Browse the repository at this point in the history
  11. let's give chrome a spin

    siku2 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    b0f9e70 View commit details
    Browse the repository at this point in the history
  12. clippy has some more to say

    siku2 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    83a0d6d View commit details
    Browse the repository at this point in the history
  13. only run specific tests

    siku2 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    9cc8ed3 View commit details
    Browse the repository at this point in the history
  14. fix tests on chrome

    siku2 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    b9bf359 View commit details
    Browse the repository at this point in the history
  15. add cache

    siku2 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    198aaa0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a517496 View commit details
    Browse the repository at this point in the history
  17. re-enable geckodriver

    siku2 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    c1af36f View commit details
    Browse the repository at this point in the history
  18. clean up old files

    siku2 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    363793c View commit details
    Browse the repository at this point in the history
  19. remove all mentions of Travis

    siku2 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    30e6c56 View commit details
    Browse the repository at this point in the history
  20. check all examples

    siku2 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    a0e8356 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5500a52 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3d5d9a4 View commit details
    Browse the repository at this point in the history
  23. chrome really doesn't like me

    siku2 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    231782d View commit details
    Browse the repository at this point in the history
  24. finish up

    siku2 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    023305a View commit details
    Browse the repository at this point in the history
  25. run for pushes to master

    siku2 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    58de4d0 View commit details
    Browse the repository at this point in the history
  26. improve caching

    siku2 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    0fb84cc View commit details
    Browse the repository at this point in the history
  27. fix order in workspace members

    siku2 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    4402a4c View commit details
    Browse the repository at this point in the history
  28. clippy use --all-targets

    siku2 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    948308a View commit details
    Browse the repository at this point in the history
  29. rename workflow file

    siku2 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    bf82556 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2020

  1. Apply suggestions from code review

    Co-authored-by: Justin Starry <[email protected]>
    siku2 and jstarry authored Aug 15, 2020
    Configuration menu
    Copy the full SHA
    34edca0 View commit details
    Browse the repository at this point in the history
  2. use stable toolchain for lints

    siku2 committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    10c1229 View commit details
    Browse the repository at this point in the history
  3. run lints on nightly too

    siku2 committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    d36b606 View commit details
    Browse the repository at this point in the history
  4. add doctest for yew-stdweb

    siku2 committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    46676e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87517f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d3d5dc View commit details
    Browse the repository at this point in the history
  7. always run all lint steps

    siku2 committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    5b4d84c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    106b7ba View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b5b9c0f View commit details
    Browse the repository at this point in the history