-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathnuts-release-tool.tson
More file actions
executable file
·43 lines (30 loc) · 920 Bytes
/
nuts-release-tool.tson
File metadata and controls
executable file
·43 lines (30 loc) · 920 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
// change root location which MUST point to nuts repository root folder
root:"../.."
// define stable versions
lts-api-version: "0.8.8"
lts-app-version: "0.8.8"
lts-runtime-version: "0.8.8.0"
// enable more logging information
trace:true
verbose:true
// enable native executable generation
build-native:false
// build documentation website and github readme.md
build-site:true
// build nuts-public repo index
build-repo-nuts-public:false
// build nuts-preview repo index
build-repo-nuts-preview:false
// build nuts-app-full binaries and native executables
build-bin:false
// build nuts-installer binaries and native executables
build-installer:false
// generate version compatibility html file, requires 'japi-compliance-checker' to be installed
build-compat:true
// publish (push) binaries to production server (thevpc.net)
publish:true
update-version:false
keep-stamp:false
production-mode:false
vars:{
}