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

copilot-swe-agent[bot]
2 days ago d23a1de9b396c94894a2cfb9ecfecc0649ee0e57
Move Build Windows native executables before Set Integration Test Environment

Agent-Logs-Url: https://github.com/OpenIdentityPlatform/OpenDJ/sessions/7fb02264-b78f-4248-bd9c-6e74b2f3270d

Co-authored-by: vharseko <6818498+vharseko@users.noreply.github.com>
1 files modified
10 ■■■■ changed files
.github/workflows/build.yml 10 ●●●● patch | view | raw | blame | history
.github/workflows/build.yml
@@ -42,11 +42,6 @@
         path: ~/.m2/repository
         key: ${{ runner.os }}-m2-repository-${{ hashFiles('**/pom.xml') }}
         restore-keys: ${{ runner.os }}-m2-repository
    - name: Set Integration Test Environment
      id: failsafe
      if: runner.os != 'Windows'
      run:   |
        echo "MAVEN_PROFILE_FLAG=-P precommit" >> $GITHUB_OUTPUT
    - name: Build Windows native executables
      if: runner.os == 'Windows'
      shell: cmd
@@ -55,6 +50,11 @@
        cd opendj-server-legacy\src\build-tools\windows
        nmake all
        xcopy /Y *.exe ..\..\..\lib\
    - name: Set Integration Test Environment
      id: failsafe
      if: runner.os != 'Windows'
      run:   |
        echo "MAVEN_PROFILE_FLAG=-P precommit" >> $GITHUB_OUTPUT
    - name: Build with Maven
      timeout-minutes: 180