Questions tagged [drone.io]

Drone is a hosted continuous integration service. It enables you to conveniently set up projects to automatically build, test, and deploy as you make changes to your code.

Drone is an open source continuous integration project, with an optional enterprise version. It enables you to conveniently set up projects to automatically build, test, and deploy as you make changes to your code.

Drone integrates seamlessly with GitHub, Bitbucket and Google Code as well as third party services such as Heroku, Dotcloud, Google AppEngine and more.

It is developed by Brad Rydzewski and Adam Singer - the free plan provides unlimited builds for open source projects.

It supports many languages and frameworks like

  • C / C++
  • Dart
  • Go
  • Haskell
  • Groovy
  • Java
  • Node.js
  • PHP (Beta)
  • Python (Beta)
  • Ruby (Beta)
  • Scala

GitHub Website

401 questions
1
vote
1 answer

Drone.io Filter by Tag name

So I'm doing a build with drone.io and I'm wondering if with the build/deploy/publish steps it is possible to do: when: tag: PRODUCTION Or something similar in the same way it is possible to do with branches. If not is there anyway to use the…
Sam Keays
  • 736
  • 1
  • 5
  • 17
1
vote
1 answer

How to build docker image frome .drone.yml?

I have a (.drone.yml) test file from which i want to build a docker image. According to the documentations i have to build it using drone . I tried this tutorial (…
user3034057
  • 19
  • 1
  • 3
1
vote
0 answers

Drone.io build failed exit code 1

Attached is a snippet of my drone (v0.4) build log when I trigger a build by pushing my project to master. Cant figure out why the build is failing. Am I missing something here?
1
vote
0 answers

How to use docker android images on drone.io

First of all , i am very beginner in this drone and docker stuffs , so please be kind on me. Now this is the scenario My organisation has a drone server ready and working. When I log in into the drone server , I can see all my android…
Rahul Lohra
  • 824
  • 1
  • 10
  • 21
1
vote
1 answer

Is it possible to control an actuator using dronekit python?

I would like to know if it's possible to control an actuator using drone-kit python. In my case I'm using an IRIS+ with pixhawk and I would like to control a robot gripper(servo) and a gopro camera. I have a raspberry PI 2 with a WIFI dongle. Thanks…
JamesThiago
  • 33
  • 1
  • 8
1
vote
1 answer

Basic JScalc.io calculator trouble (Output variable blank, not returning a number)

I am making a super basic JS calculator via jscalc.io I am having trouble with my variables. Here is a link to my calculator. The problem is just with the "GSD" output on the bottom right. I am not getting any syntax errors but GSD will not spit out…
Ian Smith
  • 11
  • 2
1
vote
1 answer

Change Location of .drone.yml

Is there a way to change the location of the .drone.yml file. We would like to have it placed in a sub-directory of our parent project.
1
vote
2 answers

How to run Golang and Karma tests within one project on Travis CI

I think my question is related to these ones but the solution did not work in my case: How to run Node.js and Ruby tests within one project on Travis CI and Is it possible to set up travis to run tests for several languages? I have a github repo…
moin moin
  • 2,263
  • 5
  • 32
  • 51
1
vote
1 answer

Drone ssh plugin not triggered

My drone.yml file is straightforward: build: image: node commands: - echo $${BRANCH} deploy: ssh: host: my-domain user: admin port: 22 commands: - touch /home/admin/testdrone But in…
Matteo Suppo
  • 344
  • 1
  • 4
  • 13
1
vote
0 answers

Drone.io Php Build Badges Always None

I installed drone 0.4 version to aws and integrated with my private bitbucket repositories. Everyting is working as it should be. There is my .drone.yml file build: image: phpunit/phpunit cache: - vendor commands: - echo Building…
1
vote
3 answers

How DELETE github repo from drone ci

i want to remove github repo from my drone ci v0.3 ( standalone ), but i have a problem with authorizing with github. In 0.3 version you could did with ./drone delete github.com/foo/bar, but i get such error ./drone delete github.com/foo/bar …
dezzinto
  • 397
  • 1
  • 2
  • 10
1
vote
1 answer

How to setup continuous integration - deployment: bitbucket, drone.io, docker hub, swarm?

I'm thinking of how to setup continuous integration and deployment using bitbucket, drone.io, hub.docker.com and swarm(aws ec2) cluster? I submit code to bitbucket bitbucket's web hook triggers drone.io and it builds and runs tests On every "green"…
1
vote
0 answers

Android Drone get video from controller APM 2.8

I'm searching for information on how to program an android app that could read a video from a controller APM installed on the joystick of a drone. The joystick already receives videos from the drone and saves them on his hard disk. So now I want to…
1
vote
2 answers

Convert pixels of a picture on GPS coordinates

I'm doing a project on Android for measuring areas of land through photographs taken by a drone. I have an aerial photograph that contains a GPS coordinate. For practical purposes I assume that coordinate represents the central pixel of the…
dany luna
  • 43
  • 3
1
vote
1 answer

dumb terminal in non-interactive docker

I have a CI script that is run in a non-interactive docker container. One of the applications I use (emacs in batch mode) expects a TTY, even though it is never going to read from it. In interactive mode, I can pipe /dev/tty to the application, but…
fommil
  • 5,757
  • 8
  • 41
  • 81