~samhh/unerf

5852140d1b5cc3299bbd3402f8b7ebd8f81bbd84 — Sam A. Horvath-Hunt 1 year, 11 months ago 959581c master
Produce build artifacts in CI

For the time being at least, at the time of releases, these will have to be manually attached to annotated tags per Sourcehut's documentation.
1 files changed, 5 insertions(+), 0 deletions(-)

M .build.yml
M .build.yml => .build.yml +5 -0
@@ 3,6 3,8 @@ packages:
    - nixos.cabal-install
    - nixos.ghc
    - nixos.hlint
artifacts:
    - ./unerf/dist/unerf
tasks:
    - lint: |
        cd unerf


@@ 11,4 13,7 @@ tasks:
        cd unerf
        cabal update
        cabal test
    - build: |
        cd unerf
        cabal install --install-method=copy --installdir=dist