Skip to content

Commit 35ebdec

Browse files
committed
re-add circlci config
1 parent b0c751f commit 35ebdec

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.circleci/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
- run:
13+
name: Run Tests
14+
command: ./gradlew test -PclientId=$SPOTIFY_CLIENT_ID -PclientSecret=$SPOTIFY_CLIENT_SECRET

0 commit comments

Comments
 (0)