forked from nvlukasz/warp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
repo.toml
50 lines (37 loc) · 1.48 KB
/
repo.toml
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
44
45
46
47
48
49
50
########################################################################################################################
# Repo tool base settings
########################################################################################################################
[repo]
# Use the Kit Template repo configuration as a base. Only override things specific to the repo.
import_configs = [
"${root}/_repo/deps/repo_kit_tools/kit-template/repo.toml",
]
# Repository Name
name = "warp"
########################################################################################################################
# Documentation building
########################################################################################################################
[repo_docs]
#name = "Kit App Template"
# kit-manual doc
[[repo_docs.kit.custom_project]]
name = "kit-app-template"
root = "${root}"
config_path = "${root}/docs/docs.toml"
[repo_docs.kit]
extensions = [
]
########################################################################################################################
# Build tool setup
########################################################################################################################
[repo_build]
# List of packman projects to pull (in order)
fetch.packman_host_files_to_pull = [
"${root}/deps/host-deps.packman.xml",
]
fetch.packman_target_files_to_pull = [
"${root}/deps/target-deps.packman.xml",
]
# Extensions precache
fetch.after_pull_commands = [
]