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

ci: init #1251

Merged
merged 2 commits into from
Mar 12, 2020
Merged

ci: init #1251

merged 2 commits into from
Mar 12, 2020

Commits on Mar 12, 2020

  1. ci: init

    This adds a `ci.nix` which is able to generate a `ci.yml` for use with
    github actions.
    Usage: `nix-build ci.nix --no-out-link | bash`
    
    The main idea behind generating the yaml with nix, as opposed to just
    writing yaml, is that Nix is easier to write and maintain. It would've
    taken a lot more copy-paste to achieve the same done here in raw gh
    actions yaml.
    lovesegfault committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    501264c View commit details
    Browse the repository at this point in the history
  2. ci: nuke travis

    lovesegfault committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    bbcac8a View commit details
    Browse the repository at this point in the history