Skip to content

Commit

Permalink
Appveyor CI adapt to new Lazarus release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alligator-1 committed Jan 25, 2025
1 parent cdd1d08 commit 470f138
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ platform:
install:
- cmd: git submodule update --init --recursive
- cmd: echo %PATH%
- cmd: echo Download lazarus-3.6-fpc-3.2.2-win64.exe
- cmd: curl -fsSL -o lazarus-3.6-fpc-3.2.2-win64.exe "https://fossies.org/windows/misc/lazarus-3.6-fpc-3.2.2-win64.exe"
- cmd: echo Installing lazarus-3.6-fpc-3.2.2-win64.exe
- cmd: echo Download lazarus-3.8-fpc-3.2.2-win64.exe
- cmd: curl -fsSL -o lazarus-3.8-fpc-3.2.2-win64.exe "https://fossies.org/windows/misc/lazarus-3.8-fpc-3.2.2-win64.exe"
- cmd: echo Installing lazarus-3.8-fpc-3.2.2-win64.exe
- cmd: lazarus-3.6-fpc-3.2.2-win64.exe /verysilent /supressmsgboxes
- cmd: rmdir /S /Q c:\lazarus\docs
- cmd: rmdir /S /Q c:\lazarus\examples
Expand Down

0 comments on commit 470f138

Please sign in to comment.