From d5f118f30494660b8653a8e07969bc44cd44116d Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Wed, 30 Mar 2022 01:51:13 +0200 Subject: [PATCH] Adding script for building still. --- still.yml | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 still.yml diff --git a/still.yml b/still.yml new file mode 100644 index 0000000..3d86642 --- /dev/null +++ b/still.yml @@ -0,0 +1,65 @@ +--- +data: + storage: /srv/http/appimage.sys42.eu + download: /var/tmp/downloads + +builds: + - query: still + language: basic + offline_help: no + portable: no + + - query: still + language: basic + offline_help: yes + portable: no + + - query: still + language: basic + offline_help: no + portable: yes + + - query: still + language: basic + offline_help: yes + portable: yes + + - query: still + language: standard + offline_help: no + portable: no + + - query: still + language: standard + offline_help: yes + portable: no + + - query: still + language: standard + offline_help: no + portable: yes + + - query: still + language: standard + offline_help: yes + portable: yes + + - query: still + language: full + offline_help: no + portable: no + + - query: still + language: full + offline_help: yes + portable: no + + - query: still + language: full + offline_help: no + portable: yes + + - query: still + language: full + offline_help: yes + portable: yes