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 +++++++++++++++++++++ .build.yml | 21 --------------------- 2 files changed, 21 insertions(+), 21 deletions(-) create mode 100644 .build.bck.yml delete mode 100644 .build.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 diff --git a/.build.yml b/.build.yml deleted file mode 100644 index d07b5f8..0000000 --- a/.build.yml +++ /dev/null @@ -1,21 +0,0 @@ -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