Skip to content

Commit 94f750b

Browse files
committed
General: Alternative buildsystem using just instead of ant
1 parent 70c970a commit 94f750b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ charset = utf-8
1616
indent_style = space
1717
indent_size = 4
1818

19-
[{*.sh,*.bash}]
19+
[{*.sh,*.bash,justfile}]
2020
indent_style = space
2121
indent_size = 2
2222

justfile

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SPDX-FileCopyrightText: Copyright 2025 Move Agency Group B.V., Zwolle, The Netherlands
2+
# SPDX-License-Identifier: CC0-1.0
3+
4+
import x'$LUNR_JUSTFILES/common.justfile'
5+
6+
set allow-duplicate-variables
7+
8+
export github_actions := env('GITHUB_ACTIONS', '0')
9+
export default_coding_standard := env('LUNR_CODING_STANDARD', '/var/www/libs/lunr-coding-standard/Lunr/')
10+
11+
setup type='dev': (decomposer type)

0 commit comments

Comments
 (0)