We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c751f commit 35ebdecCopy full SHA for 35ebdec
.circleci/config.yml
@@ -0,0 +1,14 @@
1
+version: 2
2
+jobs:
3
+ build:
4
+ working_directory: ~/spotify-web-api-kotlin
5
+ docker:
6
+ - image: gradle
7
+ steps:
8
+ - checkout
9
+ - run:
10
+ name: Download Dependencies
11
+ command: ./gradlew androidDependencies
12
13
+ name: Run Tests
14
+ command: ./gradlew test -PclientId=$SPOTIFY_CLIENT_ID -PclientSecret=$SPOTIFY_CLIENT_SECRET
0 commit comments