Skip to content

Commit c3b5423

Browse files
authored
set CI to releasedbg
1 parent 15596c0 commit c3b5423

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci-macos-11.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 1
2020
- name: config
21-
run: xmake config --yes -vD
21+
run: xmake config --yes -vD -m releasedbg
2222
- name: build
2323
run: xmake build --yes -vD s7
2424
- name: test

.github/workflows/ci-macos-arm64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
fetch-depth: 1
2424
- name: config
25-
run: xmake config --yes -vD
25+
run: xmake config --yes -vD -m releasedbg
2626
- name: build
2727
run: xmake build --yes -vD s7
2828
- name: test

.github/workflows/ci-ubuntu-jammy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 1
2020
- name: config
21-
run: xmake config --yes -vD
21+
run: xmake config --yes -vD -m releasedbg
2222
- name: build
2323
run: xmake build --yes -vD s7
2424
- name: test

.github/workflows/ci-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 1
2020
- name: config
21-
run: xmake config --yes -vD
21+
run: xmake config --yes -vD -m releasedbg
2222
- name: build
2323
run: xmake build --yes -vD s7
2424
- name: test

0 commit comments

Comments
 (0)