Skip to content

Commit

Permalink
Add Circle CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jiri-janousek authored and Aleksey committed Oct 11, 2018
1 parent 470ab6c commit fbee29c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
jobs:
build:
machine: # for docker --privileged
image: circleci/classic:latest
working_directory: ~/workdir
steps:
- checkout
- run:
name: Install deps & check project
command: wget https://raw.githubusercontent.com/tiliado/nuvolasdk/master/scripts/circleci.sh && chmod a+x circleci.sh && ./circleci.sh
- store_artifacts:
path: ~/workdir/keep
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Yandex Music • Nuvola Apps Runtime
Yandex Music • Nuvola Apps Runtime [![CircleCI](https://circleci.com/gh/tiliado/nuvola-app-yandex-music/tree/master.svg?style=svg)](https://circleci.com/gh/tiliado/nuvola-app-yandex-music/tree/master)
=================================

Integration of Yandex Music into your linux desktop via
Expand Down

0 comments on commit fbee29c

Please sign in to comment.