Skip to content

Commit 533cc82

Browse files
benoit-pierreFrenzie
authored andcommitted
ci/circle: add pocketbookhf job
1 parent eb4d2c7 commit 533cc82

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,17 @@ executors:
8585
environment:
8686
TARGET: "kobo"
8787

88-
pocketbook:
88+
pocketbook: &POCKETBOOK_EXE
8989
docker:
9090
- image: koreader/kopb:2.1.0-22.04
9191
environment:
9292
TARGET: "pocketbook"
9393

94+
pocketbookhf:
95+
<<: *POCKETBOOK_EXE
96+
environment:
97+
TARGET: "pocketbookhf"
98+
9499
sony-prstux:
95100
docker:
96101
- image: koreader/kodeb:2.0.0-22.04
@@ -324,6 +329,12 @@ workflows:
324329
requires:
325330
- emu_gcc_ninja_debug
326331

332+
- build_and_test:
333+
name: pocketbookhf
334+
executor: pocketbookhf
335+
requires:
336+
- emu_gcc_ninja_debug
337+
327338
- build_and_test:
328339
name: sony-prstux
329340
executor: sony-prstux

0 commit comments

Comments
 (0)