Skip to content

Commit 1b9eec4

Browse files
Update build-prod.yml
1 parent 9940543 commit 1b9eec4

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/build-prod.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,13 @@ jobs:
4242
if not exist Output mkdir Output
4343
if not exist Output\Release mkdir Output\Release
4444
if not exist Output\Release\DCU mkdir Output\Release\DCU
45-
46-
# 4️⃣ Initialisation de l'environnement Delphi
47-
- name: Initialiser Delphi
48-
shell: cmd
49-
run: |
50-
call "C:\Program Files (x86)\Embarcadero\Studio\37.0\bin\rsvars.bat"
51-
call "%ProgramFiles(x86)%\Microsoft Visual Studio\18\BuildTools\Common7\Tools\VsDevCmd.bat"
5245
5346
# 5️⃣ Clean
5447
- name: Clean projet
5548
shell: cmd
5649
run: |
50+
call "C:\Program Files (x86)\Embarcadero\Studio\37.0\bin\rsvars.bat"
51+
call "%ProgramFiles(x86)%\Microsoft Visual Studio\18\BuildTools\Common7\Tools\VsDevCmd.bat"
5752
cd /d "%GITHUB_WORKSPACE%"
5853
msbuild src\FeedFlow.dproj ^
5954
/t:Clean ^
@@ -64,6 +59,8 @@ jobs:
6459
- name: Build Release Win64
6560
shell: cmd
6661
run: |
62+
call "C:\Program Files (x86)\Embarcadero\Studio\37.0\bin\rsvars.bat"
63+
call "%ProgramFiles(x86)%\Microsoft Visual Studio\18\BuildTools\Common7\Tools\VsDevCmd.bat"
6764
cd /d "%GITHUB_WORKSPACE%"
6865
msbuild src\FeedFlow.dproj ^
6966
/t:Build ^

0 commit comments

Comments
 (0)