Skip to content

Commit

Permalink
Fix bookworm build attempt #1
Browse files Browse the repository at this point in the history
  • Loading branch information
keesverruijt committed Dec 16, 2024
1 parent d570bd5 commit 678a150
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
version: 2.1

debian-steps: &debian-steps
debian-docker-steps: &debian-docker-steps
steps:
- checkout
- run: ci/circleci-build-debian.sh
- run: sh -c "cd /build-$OCPN_TARGET; /bin/bash < upload.sh"
- run: sh -c "ci/git-push.sh /build-$OCPN_TARGET"
- run: ci/circleci-build-debian-docker.sh
- run: cd build-debian; /bin/bash < upload.sh
- run: ci/git-push.sh build-debian

flatpak-steps: &flatpak-steps
steps:
Expand All @@ -26,21 +26,21 @@ flatpak-steps: &flatpak-steps
jobs:
build-bullseye:
docker:
- image: circleci/buildpack-deps:bullseye-scm
- image: ubuntu-2204:current
environment:
- OCPN_TARGET: bullseye
- CMAKE_BUILD_PARALLEL_LEVEL: 2
<<: *debian-steps
<<: *debian-docker-steps

build-bullseye-wx32:
docker:
- image: circleci/buildpack-deps:bullseye-scm
- image: ubuntu-2204:current
environment:
- OCPN_TARGET: bullseye
- BUILD_WX32: true
- TARGET_TUPLE: debian-wx32;11;x86_64
- CMAKE_BUILD_PARALLEL_LEVEL: 2
<<: *debian-steps
<<: *debian-docker-steps

build-bullseye-armhf:
machine:
Expand Down

0 comments on commit 678a150

Please sign in to comment.