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
0
votes
1 answer

Drone build status not updated in GitHub, pending forever

I've seen the Drone documentation for installing Drone behind a proxy and I've followed the directions exactly, but it's still not working for me. What's happening now is that GitHub successfully sends events to Drone, Drone does its builds just…
xordspar0
  • 35
  • 1
  • 8
0
votes
0 answers

Connection refused by Drone IO

Im trying to integrate a self-hosted drone server into my gogs service. i startet my docker container with this command sudo docker run -e DRONE_GOGS=true -e DRONE_GOGS_URL=https://my-url DRONE_OPEN=true DRONE_ADMIN=admin -e…
floriantaut
  • 347
  • 1
  • 2
  • 11
0
votes
1 answer

Drone can't compile Maven test classes

I have local instance of Drone running and am trying to build a couple of very simple Maven projects. They are perfectly normal and follow all conventions. I am using the latest Drone docker image (as of today) and have an agent and server set up…
Tim Webster
  • 684
  • 8
  • 18
0
votes
0 answers

How to setup conditional merge to master on git

My codebase is in git. how shall i setup conditional merge to master based on my drone build. Merge option should be available only if the reviewer approve the pull request (which is happening now) and the drone build should be successful. How /…
Peekay
  • 441
  • 3
  • 10
  • 25
0
votes
0 answers

Drone.io Failure to get build config 404 Not found []

I am having trouble with my webhook. When pushing to master I get: failure to get build config for MyOrganization/Repo. GET https://api.github.com/repos/MyOrganization/Repo/contents/.drone.yml?ref=ec9ec47df4757cdfef97dfb445b1896d929687c6: 404 Not…
Brenwell
  • 767
  • 10
  • 24
0
votes
0 answers

Android, Dronekit

I am develop an application for Rover to management by joystick. I need to create remote control to set direction of moving rover (left, right, forward, back). I'm trying to realize it by following…
Anonymous
  • 301
  • 3
  • 8
0
votes
1 answer

Is there a way to define build stage in drone.yml?

I have some stages defined in drone.yml file. Is there a way to specify which stage need to be run through command line parameter? For example: below is my drone.yml file. I want to build buildOnContainer1 and buildOnContainer2 stage separately. So…
Joey Yi Zhao
  • 37,514
  • 71
  • 268
  • 523
0
votes
1 answer

Reading PWM signals in STM32F407

I am doing a quadcopter using a STM32F407 discovery. I was finally able to stabilize it. Now i am trying to use the RC receiver so i can control my quadcopter movements. Is there a way to read the signal of PWM of my RC receiver channels ?? Also my…
0
votes
1 answer

Is there a way to use drone with self-signed certificates?

I'm trying to set up Drone using TLS but the drone agent can't connect to the server with the error: connection failed, retry in 15s. websocket. Dial wss://drone-server:8000/ws/broker: x509: certificate signed by unknown authority I've generated…
CSturgess
  • 1,547
  • 2
  • 13
  • 29
0
votes
0 answers

Setting up a drone.io server with a github repo , get oauth_error

I have setup a drone server (not in a container , running on my machine for the first part of this). I have a github repo set up and the details for the github client and secret. The server is http://localhost:4040 and the 'Authorization callback…
0
votes
1 answer

NavData on parrot 2.0 ardrone, how to add delay and build real time graph?

i want ask something. i want give delay to navData read on parrot AR Drone 2.0. can you give example how to add interval to my Navdata read? and what i need to do, if i want build real time graph, can someone give tutorial link ? var arDrone =…
Vian
  • 35
  • 7
0
votes
1 answer

drone.io fails to match sig file to .drone.yml

I am trying to figure out if i can automate building our little project with the help of drone.io. So far it has been promising, but this simple step i cannot seem to work out. My setup is gogs with webhooks enabled, and the repo enabled via the…
0
votes
1 answer

In Drone 0.5, is it possible to apply a matrix to only certain pipeline steps?

I have a matrix in my drone.yml, but it only should run on one of my pipeline steps. Is it possible to only apply the matrix to certain steps? For example, I do not want the matrix to apply on the publish step: pipeline: test: image: ruby …
Steve Campbell
  • 3,385
  • 1
  • 31
  • 43
0
votes
1 answer

ROS bebop_autonomy error with parrot bebop drone

I am relatively new to ROS and bebop drones, and I am just starting to install and use bebop_autonomy to connect to my Parrot Bebop drone. I could ping my drone at 192.168.42.1, but then I encounter problems when I am following the documentation…
0
votes
1 answer

Opening a map and marking my waypoints

Does anyone know how to open up a google map and pinpoint the location of my drone on the map in real time? I'm using Python. The program needs to update every 3 sec. Thank you so much.