Skip to content

Commit

Permalink
General: Alternative buildsystem using just instead of ant
Browse files Browse the repository at this point in the history
  • Loading branch information
pprkut committed Feb 3, 2025
1 parent 548cd99 commit 8906e4c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ charset = utf-8
indent_style = space
indent_size = 4

[{*.sh,*.bash}]
[{*.sh,*.bash,justfile}]
indent_style = space
indent_size = 2

Expand Down
11 changes: 11 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 8906e4c

Please sign in to comment.