Run tests in CI.

This commit is contained in:
tastytea 2020-10-24 17:17:09 +02:00
parent aec946c50f
commit 51f3c0b4df
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 3 additions and 1 deletions

View File

@ -29,10 +29,12 @@ steps:
- rm -rf build && mkdir -p build && cd build
- cmake ..
- cmake --build .
- cd ..
- cd tests && ctest -V
- cd ../..
- rm -rf build && mkdir -p build && cd build
- CXX="clang++" cmake ..
- cmake --build .
- cd tests && ctest -V
- make install
volumes:
- name: debian-package-cache