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

Convert to drone-ci #36

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Convert to drone-ci #36

wants to merge 4 commits into from

Commits on Sep 27, 2024

  1. Turn off fatal errors for -Wmaybe-uninitialized

    gcc generates way too many false positives with it on.
    jagerman committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    eb3c0e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22e9e4f View commit details
    Browse the repository at this point in the history
  3. Remove cpr test

    This test frequently fails because github ratelimits us, and isn't
    testing ethyl at all (but rather is just a basic cpr test, and cpr has
    its own test suite).
    jagerman committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    393f683 View commit details
    Browse the repository at this point in the history
  4. Drone CI

    Converts from github ci to our drone ci, with many more builds.
    
    Also includes some warning changes, and a change to allow setting the
    test rpc address via ETH_RPC env.
    jagerman committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6c5b212 View commit details
    Browse the repository at this point in the history