-
-
Notifications
You must be signed in to change notification settings - Fork 52
/
clickable.yaml
48 lines (42 loc) · 1.49 KB
/
clickable.yaml
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
clickable_minimum_required: 8.2.0
builder: rust
rust_channel: stable
build_args: --features ut
dependencies_host:
- gettext
- protobuf-compiler
dependencies_target:
- libdbus-1-dev
kill: axolotl
framework: ubuntu-sdk-20.04
install_root_data:
- manifest.json
- click/axolotl.png
- click/axolotl-helper
- click/axolotl-push-helper.json
- click/axolotl-push.apparmor
- click/axolotl.apparmor
- click/axolotl.content-hub
- click/axolotl.desktop
- click/axolotl.png
- click/axolotl.url-dispatcher
- ${AXOLOTLWEB_LIB_INSTALL_DIR}/../../../all/axolotlweb/install/axolotl-web
- guis/qml/ut
libraries:
axolotlweb:
image_setup:
run:
# Install instructions taken from https://github.com/nodesource/distributions#installation-instructions
- mkdir -p /etc/apt/keyrings
- curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
- echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
- apt-get update && apt-get install -y nodejs yarn
- echo "NODE Version:" && node --version
- echo "YARN Version:" && yarn --version
builder: custom
restrict_arch: all
src_dir: axolotl-web
build:
- cd ${SRC_DIR} && yarn install --frozen-lockfile && yarn run build
- mkdir -p ${INSTALL_DIR}/axolotl-web
- mv ${SRC_DIR}/dist ${INSTALL_DIR}/axolotl-web/