~misterio/BSI-Notas-2022-1

c28723d126a1fe3090f8761fb77fac017c2a7c9a — Gabriel Fontes 1 year, 8 months ago fa85f93
add cicd
1 files changed, 18 insertions(+), 0 deletions(-)

A .build.yml
A .build.yml => .build.yml +18 -0
@@ 0,0 1,18 @@
image: nixos/unstable

packages:
  - nixos.poppler_utils

environment:
  NIX_CONFIG: "experimental-features = nix-command flakes"
  name: BSI-Notas-2022-1

tasks:
- build: |
    cd $name
    nix build
- unite: |
    pdfunite $name/result/*.pdf notas.pdf

artifacts:
- notas.pdf