diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-05-23 15:34:06 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-05-23 15:34:06 -0700 |
| commit | e9312881ec59a0ab2a000990f01bbfbc60b276b2 (patch) | |
| tree | 116d7d7834247e5166370aa590592e2867b2ba88 | |
| parent | The sixteenth batch (diff) | |
| parent | ci(win+Meson): build in Release mode (diff) | |
| download | git-e9312881ec59a0ab2a000990f01bbfbc60b276b2.tar.gz git-e9312881ec59a0ab2a000990f01bbfbc60b276b2.zip | |
Merge branch 'js/ci-build-win-in-release-mode'
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
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 49bcd0a2a9..7dbf9f7f12 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 --vsenv -Dbuildtype=release -Dperl=disabled -Dcredential_helpers=wincred - name: Compile shell: pwsh run: meson compile -C build |
