From c28723d126a1fe3090f8761fb77fac017c2a7c9a Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Wed, 30 Mar 2022 20:05:04 -0300 Subject: [PATCH] add cicd --- .build.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .build.yml diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..a1eeacb --- /dev/null +++ b/.build.yml @@ -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 -- 2.45.2