-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqmg.yml
85 lines (75 loc) · 1.95 KB
/
qmg.yml
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
default:
fetch:
- ${QMG_DIR}/scripts/${ROC_OS}_fetch.sh
setup:
- ${QMG_DIR}/scripts/${ROC_OS}_setup.sh
build:
- ${QMG_DIR}/scripts/${ROC_OS}_build.sh
deploy:
- ${QMG_DIR}/scripts/${ROC_OS}_deploy.sh
run:
- ${QMG_DIR}/scripts/${ROC_OS}_run.sh
pkgs:
0.3.0:
0.4.0:
vars:
- ROC_COMMIT=develop
envs:
dell-xps15:
vars:
- ROC_OS=linux
- ROC_TOOLCHAIN=x86_64-pc-linux-gnu
- ROC_TOOLCHAIN_PREFIX=
- ROC_TOOLCHAIN_IMAGE=rocstreaming/env-ubuntu:14.04
- ROC_DEPLOY_TYPE=none
macbook-pro_x86-64:
vars:
- ROC_OS=macos
- ROC_TOOLCHAIN=x86_64-apple-macos14.4-darwin23.4.0
- ROC_DEPLOY_TYPE=none
macbook-air_m1:
vars:
- ROC_OS=macos
- ROC_TOOLCHAIN=arm64-apple-macos13.6-darwin22.6.0
- ROC_DEPLOY_TYPE=none
orangepi-lite2:
vars:
- ROC_OS=linux
- ROC_TOOLCHAIN=aarch64-linux-gnu
- ROC_PULSE_VERSION=8.0
- ROC_DEPLOY_TYPE=pulseaudio_receiver
raspberrypi-4b-ubuntu:
vars:
- ROC_OS=linux
- ROC_TOOLCHAIN=aarch64-linux-gnu
- ROC_PULSE_VERSION=15.99.1
- ROC_DEPLOY_TYPE=pulseaudio_receiver
raspberrypi-4b:
vars:
- ROC_OS=linux
- ROC_TOOLCHAIN=arm-linux-gnueabihf
- ROC_DEPLOY_TYPE=alsa_receiver
raspberrypi-3b:
vars:
- ROC_OS=linux
- ROC_TOOLCHAIN=arm-linux-gnueabihf
- ROC_DEPLOY_TYPE=alsa_receiver
raspberrypi-zero:
vars:
- ROC_OS=linux
- ROC_TOOLCHAIN=arm-bcm2708hardfp-linux-gnueabi
- ROC_LIB_DIR=arm-linux-gnueabihf
- ROC_DEPLOY_TYPE=alsa_receiver
som-9331:
vars:
- ROC_OS=linux
- ROC_TOOLCHAIN=mips-openwrt-linux-musl
- ROC_TOOLCHAIN_IMAGE=mips-openwrt-linux-atheros:17.01
- ROC_DEPLOY_TYPE=none
- ROC_SCONS_OPTIONS="--disable-libunwind --disable-sox"
setup:
- ${QMG_DIR}/scripts/som_setup.sh
deploy:
- ${QMG_DIR}/scripts/som_deploy.sh
run:
- ${QMG_DIR}/scripts/som_run.sh