Skip to content

Commit

Permalink
Merge pull request #320 from jongough/updates
Browse files Browse the repository at this point in the history
Fix typo for debian-arm64-12-bookworm deploy
  • Loading branch information
jongough authored Jul 30, 2023
2 parents 643ba85 + f4a4444 commit 0c159b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 58 deletions.
58 changes: 1 addition & 57 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,25 +292,6 @@ jobs:
command: ci/circleci-build-ubuntu-docker.sh
no_output_timeout: 30m
- deploy-code
# replaced by build-debian-arm64-12-bookworm
# build-arm64-debian-bookworm:
# machine:
# image: ubuntu-2004:202104-01
# environment:
# - OCPN_TARGET=bookworm-arm64
# - DOCKER_IMAGE=arm64v8/debian:bookworm
# - BUILD_FLAGS=-j3
# - BUILD_ENV=debian
# - WX_VER: 32
# - BUILD_GTK3: true
# - DEPLOY_USE_ORB: true
# steps:
# - checkout
# - run: chmod a+x ./ci/*.sh
# - run:
# command: ci/circleci-build-ubuntu-docker.sh
# no_output_timeout: 30m
# - deploy-code
build-debian-arm64-12-bookworm:
machine:
image: ubuntu-2004:202104-01
Expand All @@ -328,26 +309,7 @@ jobs:
- run:
command: ci/circleci-build-ubuntu-docker.sh
no_output_timeout: 30m
# replaced by build-debian-armhf-12-bookworm
# build-armhf-debian-bookworm:
# machine:
# image: ubuntu-2004:202104-01
# resource_class: arm.medium
# environment:
# - OCPN_TARGET=bookworm-armhf
# - DOCKER_IMAGE=arm32v7/debian:bookworm
# - BUILD_FLAGS=-j3
# - BUILD_ENV=debian
# - WX_VER: 32
# - BUILD_GTK3: true
# - DEPLOY_USE_ORB: true
# steps:
# - checkout
# - run: chmod a+x ./ci/*.sh
# - run:
# command: ci/circleci-build-ubuntu-docker.sh
# no_output_timeout: 30m
# - deploy-code
- deploy-code
build-debian-armhf-12-bookworm:
machine:
image: ubuntu-2004:202104-01
Expand All @@ -367,24 +329,6 @@ jobs:
command: ci/circleci-build-ubuntu-docker.sh
no_output_timeout: 30m
- deploy-code
# replaced by build-debian-x86_64-12-bookworm
# build-bookworm:
# machine:
# image: ubuntu-2004:202104-01
# environment:
# - OCPN_TARGET: bookworm
# - BUILD_GTK3: true
# - WX_VER: 32
# - DEPLOY_USE_ORB: true
# - BUILD_ENV=debian
# - DOCKER_IMAGE=debian:bookworm
# steps:
# - checkout
# - run: chmod a+x ci/*.sh
# - run:
# command: ci/circleci-build-ubuntu-docker.sh
# no_output_timeout: 30m
# - deploy-code
build-debian-x86_64-12-bookworm:
machine:
image: ubuntu-2004:202104-01
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ set(LONG_DESCRIPTION "testplugin Plugin is used to test out the ODraw API and de

set(VERSION_MAJOR "1")
set(VERSION_MINOR "0")
set(VERSION_PATCH "249")
set(VERSION_PATCH "250")
set(VERSION_TWEAK "0")
set(VERSION_DATE "30/07/2023") # DD/MM/YYYY format
set(OCPN_MIN_VERSION "ov50")
Expand Down

0 comments on commit 0c159b9

Please sign in to comment.