forked from axolotl-chat/axolotl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
clickable.yaml
49 lines (43 loc) · 1.15 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
49
clickable_minimum_required: 7.1.2
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}
dependencies_host:
- gettext
kill: axolotl
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
libraries:
crayfish:
builder: rust
src_dir: crayfish
rust_channel: 1.63.0
env_vars:
CC: ""
CXX: ""
axolotlweb:
image_setup:
run:
- curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
- apt-get install -y nodejs
- echo "NODE Version:" && node --version
- echo "NPM Version:" && npm --version
builder: custom
src_dir: axolotl-web
build:
- cd ../../../axolotl-web/ && npm ci && npm run build