third attempt to perform build
Some checks failed
Main LMDBAL workfow / Compile (push) Failing after 3s
Some checks failed
Main LMDBAL workfow / Compile (push) Failing after 3s
This commit is contained in:
parent
beab78a863
commit
0d39a613c6
@ -10,11 +10,9 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- name: Make a build directory
|
||||
run: mkdir build
|
||||
- name: Change into build directory
|
||||
run: cd build
|
||||
- name: Configure
|
||||
run: cmake .. -D BUILD_TESTS=True -D BUILD_DOC=True -D BUILD_DOXYGEN_AWESOME=True -D QT_VERSION_MAJOR=5
|
||||
run: cd build & cmake .. -D BUILD_TESTS=True -D BUILD_DOC=True -D BUILD_DOXYGEN_AWESOME=True -D QT_VERSION_MAJOR=5
|
||||
- name: Build
|
||||
run: cmake --build .
|
||||
run: cd build & cmake --build .
|
||||
- name: Status
|
||||
run: echo "${{ job.status }}"
|
||||
|
Loading…
Reference in New Issue
Block a user