Skip to content
Snippets Groups Projects
Commit d3c62edd authored by Matthew Pickering's avatar Matthew Pickering
Browse files

Attempt CI

parent a0ce3c6c
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,15 @@ workflow:
rules:
- if: '$CI_COMMIT_BRANCH'
ci:
tags:
- x86_64-linux
script:
- nix-shell
- cabal update
- cabal build debugger
- cabal test
pages:
script:
- nix-build -A site --arg ci true -o site-out --option trusted-public-keys "mpickering.cachix.org-1:COxPsDJqqrggZgvKG6JeH9baHPue8/pcpYkmcBPUbeg= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= iohk.cachix.org-1:DpRUyj7h7V830dp/i6Nti+NEO2/nhblbov/8MW7Rqoo= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" --option substituters "https://hydra.iohk.io https://iohk.cachix.org https://cache.nixos.org/ https://mpickering.cachix.org"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment