mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

copilot-swe-agent[bot]
yesterday 241ef88b4caf8773e7f75177223c62bbba765edf
Tighten Windows native executable checks

Agent-Logs-Url: https://github.com/OpenIdentityPlatform/OpenDJ/sessions/59c77f8b-b1e8-451d-ae99-b5c438805581

Co-authored-by: vharseko <6818498+vharseko@users.noreply.github.com>
1 files modified
13 ■■■■ changed files
.github/workflows/build.yml 13 ●●●● patch | view | raw | blame | history
.github/workflows/build.yml
@@ -72,10 +72,19 @@
        call "%VSINSTALLDIR%\VC\Auxiliary\Build\vcvarsall.bat" x86
        if errorlevel 1 exit /b %errorlevel%
        pushd opendj-server-legacy\src\build-tools\windows
        if errorlevel 1 exit /b %errorlevel%
        nmake all
        if errorlevel 1 exit /b %errorlevel%
        if not exist *.exe (
          echo No Windows native executables were generated.
        if not exist opendj_service.exe (
          echo Missing generated executable: opendj_service.exe
          exit /b 1
        )
        if not exist winlauncher.exe (
          echo Missing generated executable: winlauncher.exe
          exit /b 1
        )
        if not exist launcher_administrator.exe (
          echo Missing generated executable: launcher_administrator.exe
          exit /b 1
        )
        xcopy /Y *.exe ..\..\..\lib\