Skip to content

Commit

Permalink
ci/circle: add kindlehf to build matrix (#1988)
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-pierre authored Nov 23, 2024
1 parent 4cc9d06 commit 509f809
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,19 @@ executors:
environment:
TARGET: "cervantes"

kindle:
kindle: &KINDLE_EXE
docker:
- image: koreader/kokindle:0.3.4-20.04
environment:
TARGET: "kindle"

kindlehf:
<<: *KINDLE_EXE
environment:
TARGET: "kindlehf"

kindle-legacy:
docker:
- image: koreader/kokindle:0.3.4-20.04
<<: *KINDLE_EXE
environment:
TARGET: "kindle-legacy"

Expand Down Expand Up @@ -270,6 +274,12 @@ workflows:
requires:
- emu_gcc_ninja_debug

- build_and_test:
name: kindlehf
executor: kindlehf
requires:
- emu_gcc_ninja_debug

- build_and_test:
name: kindle-legacy
executor: kindle-legacy
Expand Down

0 comments on commit 509f809

Please sign in to comment.