1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-20 21:02:26 +02:00

Remove circleci in favour of Github Actions

This commit is contained in:
Hugo Lindström
2019-12-20 18:38:16 +08:00
parent fdca99e57d
commit 27e8a665cf
7 changed files with 79 additions and 56 deletions

8
Docker/build-and-test.sh Executable file
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