[PR #96] [MERGED] Create a first draft for .drone.yml #15144

Closed
opened 2025-11-02 11:39:52 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/96
Author: @metalmatze
Created: 11/6/2016
Status: Merged
Merged: 11/24/2016
Merged by: @tboerger

Base: masterHead: feature/drone-config


📝 Commits (5)

  • cd7e661 Added dummy tasks for mysql and pgsql tests
  • fd13b71 Added drone instead of travis detection to makefile
  • cb0b91c Dropped travis config
  • 4c03974 Create a first draft for .drone.yml
  • fd090dc Added matrix drone builds

📊 Changes

4 files changed (+153 additions, -40 deletions)

View changed files

.drone.yml (+140 -0)
.drone.yml.sig (+1 -0)
.travis.yml (+0 -36)
📝 Makefile (+12 -4)

📄 Description

About a few things I'm not sure.

  1. I think we can stick with webhippie/golang:edge as build image
  2. Do we need CGO_ENABLED: 1?
  3. I disabled make lint because it throws > 500 errors.
  4. I'm not sure what's the correct way to call codecov right now.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/96 **Author:** [@metalmatze](https://github.com/metalmatze) **Created:** 11/6/2016 **Status:** ✅ Merged **Merged:** 11/24/2016 **Merged by:** [@tboerger](https://github.com/tboerger) **Base:** `master` ← **Head:** `feature/drone-config` --- ### 📝 Commits (5) - [`cd7e661`](https://github.com/go-gitea/gitea/commit/cd7e6618707477c554ac37d56cf4565851c81d3c) Added dummy tasks for mysql and pgsql tests - [`fd13b71`](https://github.com/go-gitea/gitea/commit/fd13b71fb2d6f4f1fbb05da8d9e179d708637f74) Added drone instead of travis detection to makefile - [`cb0b91c`](https://github.com/go-gitea/gitea/commit/cb0b91cdc952a1f70c89182b066a62d0140ece1e) Dropped travis config - [`4c03974`](https://github.com/go-gitea/gitea/commit/4c0397432660adb1204975f4156c55e9bc204ba0) Create a first draft for .drone.yml - [`fd090dc`](https://github.com/go-gitea/gitea/commit/fd090dc29b2482b60fb821912be2859209aeb1a5) Added matrix drone builds ### 📊 Changes **4 files changed** (+153 additions, -40 deletions) <details> <summary>View changed files</summary> ➕ `.drone.yml` (+140 -0) ➕ `.drone.yml.sig` (+1 -0) ➖ `.travis.yml` (+0 -36) 📝 `Makefile` (+12 -4) </details> ### 📄 Description About a few things I'm not sure. 1. I think we can stick with `webhippie/golang:edge` as build image 2. Do we need `CGO_ENABLED: 1`? 3. I disabled `make lint` because it throws > 500 errors. 4. I'm not sure what's the correct way to call codecov right now. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:39:52 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15144