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