pocketbookhf
1 parent eb4d2c7 commit 533cc82Copy full SHA for 533cc82
1 file changed
.circleci/config.yml
@@ -85,12 +85,17 @@ executors:
85
environment:
86
TARGET: "kobo"
87
88
- pocketbook:
+ pocketbook: &POCKETBOOK_EXE
89
docker:
90
- image: koreader/kopb:2.1.0-22.04
91
92
TARGET: "pocketbook"
93
94
+ pocketbookhf:
95
+ <<: *POCKETBOOK_EXE
96
+ environment:
97
+ TARGET: "pocketbookhf"
98
+
99
sony-prstux:
100
101
- image: koreader/kodeb:2.0.0-22.04
@@ -324,6 +329,12 @@ workflows:
324
329
requires:
325
330
- emu_gcc_ninja_debug
326
331
332
+ - build_and_test:
333
+ name: pocketbookhf
334
+ executor: pocketbookhf
335
+ requires:
336
+ - emu_gcc_ninja_debug
337
327
338
- build_and_test:
328
339
name: sony-prstux
340
executor: sony-prstux
0 commit comments