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

Windows support and move the CI builds to Github Actions #440

Merged
merged 32 commits into from
Feb 13, 2020

Commits on Feb 9, 2020

  1. Configuration menu
    Copy the full SHA
    f56d3a6 View commit details
    Browse the repository at this point in the history
  2. Add CI GitHub action

    fvictorio committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    d926fd8 View commit details
    Browse the repository at this point in the history
  3. Add .gitattributes to prevent CRLF endings

    The windows runner in GitHub Actions has autocrlf set to true by
    default. This means that files are checked out with CRLF line endings,
    which causes the linter to throw a lot of errors. This should fix that.
    fvictorio committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    d862e0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e2f8ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b62b95a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c4d054 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Make tests pass in windows

    fvictorio committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    2ff3665 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Configuration menu
    Copy the full SHA
    27c94f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a3875b View commit details
    Browse the repository at this point in the history
  3. Enable full matrix in CI

    fvictorio committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    baac1a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9141664 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51ad0c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    67fc51e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f6245e View commit details
    Browse the repository at this point in the history
  8. Run linter only on linux

    fvictorio committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    d63abe5 View commit details
    Browse the repository at this point in the history
  9. Fix typo in .gitattributes

    fvictorio committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    ecb3823 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cbc0cde View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    26b21b6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0a0acd6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9984472 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1110dc8 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #439 from fvictorio/work-in-windows

    Make buidler work on windows
    alcuadrado authored Feb 12, 2020
    Configuration menu
    Copy the full SHA
    c6afc31 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f61df23 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    45bd6b3 View commit details
    Browse the repository at this point in the history
  18. Update run-tets.js

    It now forces colors, correctly passes TS_NODE_TRANSPILE_ONLY and
    ignores vyper and solpp tests in different cases
    alcuadrado committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    68b662b View commit details
    Browse the repository at this point in the history
  19. Update GH Actions CI

    alcuadrado committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    45b137f View commit details
    Browse the repository at this point in the history
  20. Update GH Workflow

    alcuadrado committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    28f864b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    468e8a2 View commit details
    Browse the repository at this point in the history
  22. Use github CI badge

    alcuadrado committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    6e23149 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Configuration menu
    Copy the full SHA
    c65230d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    665cfb1 View commit details
    Browse the repository at this point in the history
  3. Remove Travis CI config

    alcuadrado committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    7f28ae2 View commit details
    Browse the repository at this point in the history