CI 1
Some checks are pending
Main LMDBAL workflow / Test LMDBAL with qt5 (push) Waiting to run
Main LMDBAL workflow / Test LMDBAL with qt6 (push) Waiting to run
Main LMDBAL workflow / Release documentation (push) Blocked by required conditions

This commit is contained in:
Blue 2025-05-02 20:44:23 +03:00
parent 1585b8e4f5
commit a6ac974438
Signed by: blue
GPG key ID: 9B203B252A63EE38
2 changed files with 8 additions and 14 deletions

View file

@ -18,14 +18,14 @@ jobs:
runs-on: archlinux
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Make a build directory
run: mkdir build
- name: Configure
working-directory: ./build
run: cmake .. -D LMDBAL_STRICT=True -D LMDBAL_BUILD_TESTS=True -D QT_VERSION_MAJOR= ${{ inputs.flags }}
run: cmake .. -D LMDBAL_STRICT=True -D LMDBAL_BUILD_TESTS=True ${{ inputs.flags }}
- name: Build
working-directory: ./build