aboutsummaryrefslogblamecommitdiff
path: root/.build.yml
blob: de22d26732bca88bb7a461eff4c923418d83ba36 (plain) (tree)
1
2
3
4
5
6
7
8


                                                      
         

                      
                                 
        


                                        
      
            

                       
           



                                
image: nixos/unstable
repositories:
  nixpkgs: https://nixos.org/channels/nixpkgs-unstable
triggers:
  - condition: failure
    action: email
    to: EuAndreh <ci@euandre.org>
sources:
  - https://git.sr.ht/~euandreh/website
secrets:
  - 7159f943-811f-402d-bb6d-37cd764dc728
tasks:
  - tests: |
      cd website/
      nix-build -A test
  - docs: |
      cd website/
      nix-build -A publishScript
      source env.sh
      ./result/bin/publish.sh