mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +02:00
Add circleci config
This commit is contained in:
15
.circleci/config.yml
Normal file
15
.circleci/config.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
version: 2.0
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
"Tomahawk - build, test":
|
||||||
|
docker:
|
||||||
|
- image: tomahawkmusicplayer/ubuntu:latest
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- run: /usr/local/bin/build-and-test.sh
|
||||||
|
workflows:
|
||||||
|
version: 2
|
||||||
|
build_and_test:
|
||||||
|
jobs:
|
||||||
|
- "Tomahawk - build, test"
|
Reference in New Issue
Block a user