From 400912a60712af84cb87f472f421d010d62443fb Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 6 May 2022 16:00:54 +0100 Subject: Remove build for now --- .build.bck.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .build.bck.yml (limited to '.build.bck.yml') diff --git a/.build.bck.yml b/.build.bck.yml new file mode 100644 index 0000000..d07b5f8 --- /dev/null +++ b/.build.bck.yml @@ -0,0 +1,21 @@ +image: debian/unstable +packages: + - context + - context-modules + - texlive-pictures + - vim + - fonts-texgyre + - rsync +sources: + - git@git.sr.ht:~ymherklotz/lsr22_fvhls +secrets: + - f1c07b45-32bd-4559-b370-28e59e4c11e1 +tasks: + - build: | + cd lsr22_fvhls + make REBUILD_DEPS=no MODE=nolmtx main.pdf +# - upload: | +# cd lsr22_fvhls +# make upload +artifacts: + - lsr22_fvhls/main.pdf -- cgit