CircleCI is a hosted continuous integration testing tool integrated with popular code management services such as GitHub.
I update the gradle plugin to the latest : com.android.tools.build:gradle:3.0.0-alpha1 and this error occured : export TERM="…
android android-studio gradle build circleciI'm trying to build my android project using gradle and circleCI, but I've got this error : * What went wrong: A …
android gradle circleciError parsing config file: yaml: line 22: did not find expected key Cannot find a job named build to run in …
yaml circleci circleci-2.0 circleci-workflowsI have a circle.yml file like so: dependencies: override: - meteor || curl https://install.meteor.com | /bin/sh deployment: …
bash circleciI've upgraded a project to Go 1.11 and enabled module support for my project, but it seems that CircleCI is re-downloading …
go circleci go-modulesI have tested with my React-app in typescript, using ts-jest like below. import * as React from "react"; import * as renderer …
javascript reactjs typescript jestjs circleciI am trying to integrate CircleCi with gcloud Kubernetes engine. I created a service account with Kubernetes Engine Developer and …
kubernetes gcloud circleci google-kubernetes-engineI've recently encountered problems when testing code in CircleCi 2. Parts of our config.yml: jobs: build: environment: docker: ... - image: …
mysql circleci circleci-2.0 mysql-8.0When trying to run the below code on CircleCI fun getJsonFromCloudStorage(): ByteArrayInputStream { val blobId = BlobId.of("my-company", "creds/my-company-creds.json") …
google-cloud-platform circleci circleci-2.0