1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-31 01:30:02 +02:00

Add circleci and Docker support

This commit is contained in:
Hugo Lindström
2019-12-14 11:22:14 +08:00
parent 18b42539e4
commit ba5759d453
5 changed files with 230 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
mkdir build
cd build
cmake -G Ninja -DCMAKE_BUILD_TYPE=${BUILD_TYPE:-Debug} ..
ninja
ninja install
env CTEST_OUTPUT_ON_FAILURE=1 ninja test