From f7b354594977f115fcea7c8fec08b6c76d4ecf5e Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Sat, 8 Feb 2025 10:10:48 +0100 Subject: [PATCH] General: Alternative buildsystem using just instead of ant --- .editorconfig | 2 +- justfile | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 justfile diff --git a/.editorconfig b/.editorconfig index 22c9bad4..8d8462be 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,7 +16,7 @@ charset = utf-8 indent_style = space indent_size = 4 -[{*.sh,*.bash}] +[{*.sh,*.bash,justfile}] indent_style = space indent_size = 2 diff --git a/justfile b/justfile new file mode 100644 index 00000000..f07f8af8 --- /dev/null +++ b/justfile @@ -0,0 +1,11 @@ +# SPDX-FileCopyrightText: Copyright 2025 Move Agency Group B.V., Zwolle, The Netherlands +# SPDX-License-Identifier: CC0-1.0 + +import x'$LUNR_JUSTFILES/common.justfile' + +set allow-duplicate-variables + +export github_actions := env('GITHUB_ACTIONS', '0') +export default_coding_standard := env('LUNR_CODING_STANDARD', '/var/www/libs/lunr-coding-standard/Lunr/') + +setup type='dev': (decomposer type)