Skip to content

Commit

Permalink
Fix bullseye build attempt #2
Browse files Browse the repository at this point in the history
  • Loading branch information
keesverruijt committed Dec 16, 2024
1 parent 2a1c79e commit 9474aaa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,18 @@ flatpak-steps: &flatpak-steps

jobs:
build-bullseye:
docker:
machine:
- image: ubuntu-2204:current
resource_class: medium
environment:
- OCPN_TARGET: bullseye
- CMAKE_BUILD_PARALLEL_LEVEL: 2
<<: *debian-docker-steps

build-bullseye-wx32:
docker:
machine:
- image: ubuntu-2204:current
resource_class: medium
environment:
- OCPN_TARGET: bullseye
- BUILD_WX32: true
Expand Down

0 comments on commit 9474aaa

Please sign in to comment.