]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'js/ci-build-win-in-release-mode'
authorJunio C Hamano <gitster@pobox.com>
Fri, 23 May 2025 22:34:06 +0000 (15:34 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 23 May 2025 22:34:06 +0000 (15:34 -0700)
win+Meson CI pipeline, unlike other pipelines for Windows,
used to build artifacts in develper mode, which has been changed to
build them in release mode for consistency.

* js/ci-build-win-in-release-mode:
  ci(win+Meson): build in Release mode

1  2 
.github/workflows/main.yml

index 49bcd0a2a9854a3faec5f6442f60edceaeeb6b7f,323e2ee2a367c631182edb6428005804fdd35c6d..7dbf9f7f123c895348981507f44b0616561671d0
@@@ -265,7 -265,7 +265,7 @@@ jobs
        run: pip install meson ninja
      - name: Setup
        shell: pwsh
-       run: meson setup build --vsenv -Dperl=disabled -Dcredential_helpers=wincred
 -      run: meson setup build -Dbuildtype=release -Dperl=disabled -Dcredential_helpers=wincred
++      run: meson setup build --vsenv -Dbuildtype=release -Dperl=disabled -Dcredential_helpers=wincred
      - name: Compile
        shell: pwsh
        run: meson compile -C build