an attempt to run tests
This commit is contained in:
parent
c36230b252
commit
437b65df2f
@ -16,5 +16,11 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
working-directory: ./build
|
working-directory: ./build
|
||||||
run: cmake --build .
|
run: cmake --build .
|
||||||
|
|
||||||
|
UnitTests:
|
||||||
|
runs-on: archlinux
|
||||||
|
- name: Run tests
|
||||||
|
working-directory: ./build/test
|
||||||
|
run: ./runUnitTests
|
||||||
- name: Status
|
- name: Status
|
||||||
run: echo "${{ job.status }}"
|
run: echo "${{ job.status }}"
|
||||||
|
@ -7,10 +7,12 @@
|
|||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
- Qt 5 or higher
|
- a compiler (c++ would do)
|
||||||
|
- Qt 5 or higher (qt5-base would do)
|
||||||
- lmdb
|
- lmdb
|
||||||
- CMake 3.16 or higher
|
- CMake 3.16 or higher
|
||||||
- Doxygen (optional, for documentation)
|
- Doxygen (optional, for documentation)
|
||||||
|
- gtest (optional, for tests)
|
||||||
|
|
||||||
### Using with CMake
|
### Using with CMake
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user