update to lazarus 2.0.12

close #79
This commit is contained in:
Basile Burg 2021-04-12 00:49:30 +02:00
parent 6eeb2e55d9
commit eeab0decb9
3 changed files with 10 additions and 4 deletions

View File

@ -19,14 +19,14 @@ branches:
install:
- ps: |
$LDC_URL = "https://github.com/ldc-developers/ldc/releases/download/v1.22.0/ldc2-1.22.0-windows-x64.7z"
$LDC_URL = "https://github.com/ldc-developers/ldc/releases/download/v1.25.1/ldc2-1.25.1-windows-x64.7z"
$LDC_NME = "C:\ldc.7z";
$LAZ_URL = "https://gitlab.com/basile.b/laz-bin-cache.git"
$LAZ_NME = "laz-bin-cache\lazarus-2.0.10-fpc-3.2.0-win64.exe"
$LAZ_NME = "laz-bin-cache\lazarus-2.0.12-fpc-3.2.0-win64.exe"
(new-object net.webclient).DownloadFile($LDC_URL, $LDC_NME)
7z x $LDC_NME -o"C:\" -y -r
Rename-Item "C:\ldc2-1.22.0-windows-x64" "C:\ldc"
Rename-Item "C:\ldc2-1.25.1-windows-x64" "C:\ldc"
git clone $LAZ_URL
Start-Process -FilePath $LAZ_NME -Wait -ArgumentList "/SILENT", "/SUPPRESSMSGBOXES", "/DIR=C:\lazarus"

View File

@ -38,7 +38,7 @@ release:
- cd laz-bin-cache
- apt install -y ./fpc-laz_3.2.0-1_amd64.deb
- apt install -y ./fpc-src_3.2.0-1_amd64.deb
- apt install -y ./lazarus-project_2.0.10-0_amd64.deb
- apt install -y ./lazarus-project_2.0.12-0_amd64.deb
- cd ..
script:
- bash setup/build-release.sh

View File

@ -1,3 +1,9 @@
# v3.9.11-dev
## Regressions fixed
- releases, linux, gtk2: random crashes when save and open dialogs are displayed. (#79)
# v3.9.10
## Bugs fixed