forked from axolotl-chat/axolotl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
clickable.yaml
42 lines (42 loc) · 1.07 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
clickable_minimum_required: '7'
builder: go
prebuild:
- mkdir -p ${BUILD_DIR}/axolotl-web
- cp ${SRC_DIR}/axolotl-web/dist ${BUILD_DIR}/axolotl-web/ -R
postbuild: ${SRC_DIR}/scripts/postbuild.sh ${INSTALL_DIR};
install_bin:
- ${CRAYFISH_LIB_INSTALL_DIR}/bin/crayfish
install_root_data:
- manifest.json
- click/axolotl.png
- click/textsecure-helper
- click/textsecure-push-helper.json
- click/textsecure-push.apparmor
- click/textsecure.apparmor
- click/textsecure.content-hub
- click/textsecure.desktop
- click/textsecure.png
- click/textsecure.url-dispatcher
- ${BUILD_DIR}/axolotl-web
- guis/qml/ut
dependencies_host:
- gettext
kill: axolotl
libraries:
crayfish:
builder: rust
src_dir: crayfish
rust_channel: 1.55.0
# docker_image: rust
dependencies_host:
- crossbuild-essential-${ARCH}
axolotlweb:
image_setup:
run:
- curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
- apt-get install -y nodejs
builder: custom
src_dir: axolotl-web
build:
- npm ci
- npm run build