Skip to content

Commit

Permalink
Make cge-stable refer to 7.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed Aug 21, 2024
1 parent d8e8651 commit ede3426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.cge
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY castle-engine-projects/ /usr/local/castle-engine-projects/
# TODO: Commented out, as it
# - doesn't achieve what I wanted, it doesn't make Android stuff cached in Docker without the need to redownload it for every Jenkins build
# - doesn't work with CGE 7.0-alpha.1 (Gradle 4.4 doesn't work with Java 11)
# TODO: retest with 7.0-alpha.2
# TODO: retest with 7.0-alpha.3
# RUN cd /usr/local/castle-engine-projects/get-android-resources/ && castle-engine package --target=android && castle-engine clean

RUN cd /usr/local/castle-engine-projects/build-lazarus-packages/ && castle-engine compile && castle-engine clean
Expand Down
2 changes: 1 addition & 1 deletion build-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ do_everything_for_image_none ()
# Do everything necessary to build and upload cge-stable image.
do_everything_for_image_stable ()
{
do_build_cge stable v7.0-alpha.2
do_build_cge stable v7.0-alpha.3
do_test_cge stable
do_upload stable
do_upload_github stable
Expand Down

0 comments on commit ede3426

Please sign in to comment.