1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-14 07:22:20 +03:00

CircleCI config for 3.12 branch (#5034)

This commit is contained in:
Yuri Schimke
2019-05-11 14:54:30 +01:00
committed by GitHub
parent 5c392d5ff4
commit 5702be8a2f

13
.circleci/config.yml Normal file
View File

@@ -0,0 +1,13 @@
version: 2
jobs:
build:
docker:
- image: circleci/openjdk:8u171-jdk
steps:
- checkout
- run:
name: "Pull Submodules"
command: |
git submodule init
git submodule update --remote
- run: mvn test