mirror of
https://github.com/isar/libmdbx.git
synced 2024-10-30 11:29:19 +08:00
mdbx-ci: add 'build by make' step info mingw action.
This commit is contained in:
parent
ebf7bf7583
commit
b6d36e2235
6
.github/workflows/MinGW.yml
vendored
6
.github/workflows/MinGW.yml
vendored
@ -32,6 +32,10 @@ jobs:
|
|||||||
- name: update mingw64
|
- name: update mingw64
|
||||||
# wanna version >= 10.2
|
# wanna version >= 10.2
|
||||||
run: choco upgrade mingw -y --no-progress && refreshenv
|
run: choco upgrade mingw -y --no-progress && refreshenv
|
||||||
|
- name: build-make
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
CC=gcc CXX=g++ make MDBX_BUILD_OPTIONS=-DMDBX_DEBUG=1 all build-test tools-static
|
||||||
- name: configure-dll
|
- name: configure-dll
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
@ -56,7 +60,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cd build-static && cmake --build .
|
cd build-static && cmake --build .
|
||||||
- name: test-static
|
- name: run-test
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
export "PATH=/c/programdata/chocolatey/lib/mingw/tools/install/mingw64/bin:$PATH" && \
|
export "PATH=/c/programdata/chocolatey/lib/mingw/tools/install/mingw64/bin:$PATH" && \
|
||||||
|
Loading…
Reference in New Issue
Block a user