forked from blue/lmdbal
an attempt to run tests
This commit is contained in:
parent
c36230b252
commit
437b65df2f
2 changed files with 9 additions and 1 deletions
|
@ -16,5 +16,11 @@ jobs:
|
|||
- name: Build
|
||||
working-directory: ./build
|
||||
run: cmake --build .
|
||||
|
||||
UnitTests:
|
||||
runs-on: archlinux
|
||||
- name: Run tests
|
||||
working-directory: ./build/test
|
||||
run: ./runUnitTests
|
||||
- name: Status
|
||||
run: echo "${{ job.status }}"
|
||||
|
|
|
@ -7,10 +7,12 @@
|
|||
|
||||
### Prerequisites
|
||||
|
||||
- Qt 5 or higher
|
||||
- a compiler (c++ would do)
|
||||
- Qt 5 or higher (qt5-base would do)
|
||||
- lmdb
|
||||
- CMake 3.16 or higher
|
||||
- Doxygen (optional, for documentation)
|
||||
- gtest (optional, for tests)
|
||||
|
||||
### Using with CMake
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue