mirror of
https://github.com/isar/libmdbx.git
synced 2024-12-30 02:34:13 +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
|
||||
# wanna version >= 10.2
|
||||
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
|
||||
shell: bash
|
||||
run: |
|
||||
@ -56,7 +60,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
cd build-static && cmake --build .
|
||||
- name: test-static
|
||||
- name: run-test
|
||||
shell: bash
|
||||
run: |
|
||||
export "PATH=/c/programdata/chocolatey/lib/mingw/tools/install/mingw64/bin:$PATH" && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user