Skip to content

Commit

Permalink
build for wxWidgets 3.1.5 in flatpak 2008
Browse files Browse the repository at this point in the history
  • Loading branch information
jongough committed Jan 27, 2022
1 parent 9d3aa90 commit e4e6351
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ workflows:
<<: *std-filters
- build-flatpak-x86-2008:
<<: *std-filters
- build-flatpak-x86-2008-beta:
<<: *std-filters
- build-flatpak-x86-1808:
<<: *std-filters
- build-macos:
Expand Down Expand Up @@ -405,6 +407,22 @@ jobs:
command: bash ci/circleci-build-flatpak.sh
no_output_timeout: 30m
- deploy-code
build-flatpak-x86-2008-beta:
machine:
image: ubuntu-2004:202010-01
environment:
- OCPN_TARGET: flatpak
- FLATPAK_BRANCH: beta
- CLOUDSMITH_PKG_EXT: gz
- SDK_VER: 20.08
- DEPLOY_USE_ORB: true
steps:
- checkout
- run: chmod a+x ci/*.sh
- run:
command: bash ci/circleci-build-flatpak.sh
no_output_timeout: 30m
- deploy-code
build-flatpak-arm64:
machine:
image: ubuntu-2004:202101-01
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ 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 "189")
set(VERSION_TWEAK "4")
set(VERSION_DATE "27/01/2022") # DD/MM/YYYY format
set(VERSION_PATCH "190")
set(VERSION_TWEAK "0")
set(VERSION_DATE "28/01/2022") # DD/MM/YYYY format
set(OCPN_MIN_VERSION "ov50")
set(OCPN_API_VERSION_MAJOR "1")
set(OCPN_API_VERSION_MINOR "16")
Expand Down

0 comments on commit e4e6351

Please sign in to comment.