File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff 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 ^
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 ^
You can’t perform that action at this time.
0 commit comments