Skip to content

Commit 7e234b9

Browse files
chore: add git submodule in AppVeyor
1 parent 1ea2065 commit 7e234b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ init:
88
environment:
99
LAZARUS_URL: '"http://mirrors.iwi.me/lazarus/releases/Lazarus Windows 32 bits/Lazarus 1.6.2/lazarus-1.6.2-fpc-3.0.0-win32.exe"'
1010
install:
11-
- cmd: c:\lazarus.exe /VERYSILENT /DIR="c:\lazarus"
11+
- cmd: >-
12+
git submodule update --init --recursive
13+
14+
c:\lazarus.exe /VERYSILENT /DIR="c:\lazarus"
1215
build_script:
1316
- cmd: >-
1417
c:\lazarus\lazbuild C:\projects\bittorrent-tracker-editor\source\project\tracker_editor\trackereditor.lpi

0 commit comments

Comments
 (0)