-
Notifications
You must be signed in to change notification settings - Fork 1
/
dep.yml
60 lines (58 loc) · 1.05 KB
/
dep.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
.apps: &sample-apps
- name: App Origin
kind: app
labels:
- origin
params:
location: samples/app-origin
input: origin.asm
output: ORIGIN.APL
- name: Serial Sample
kind: app
labels:
- serial
params:
location: samples/hello-serial
input: serial.asm
output: SERIAL.APL
- name: Hello World
kind: app
labels:
- hello
params:
location: samples/hello-world
input: hello.asm
output: HELLO.APL
- name: Keyboard Input
kind: app
labels:
- keyboard
params:
location: samples/input
input: keyboard.asm
output: KEYBOARD.APL
deps:
- name: PN-8500MDSe
kind: machine
labels:
- 8500
merge-deps:
- *sample-apps
- name: WP-2450 DS
kind: machine
labels:
- 2450
merge-deps:
- *sample-apps
- name: WP-2410 DS
kind: machine
labels:
- 2410
merge-deps:
- *sample-apps
- name: WP-5500 DS
kind: machine
labels:
- 5500
merge-deps:
- *sample-apps