Drone CI migration (#1261)

This commit is contained in:
Ayane Satomi
2020-01-16 03:14:05 +08:00
committed by Asher
parent 336ee28888
commit 3ce7129492
3 changed files with 140 additions and 12 deletions

View File

@@ -15,18 +15,6 @@ before_install:
# Don't build on tags because we'll already have built the commit.
jobs:
include:
- name: "Linux build"
os: linux
dist: trusty
env: TARGET="linux" PUSH_DOCKER="true"
if: tag IS blank
script: scripts/ci.bash
- name: "Alpine build"
os: linux
dist: trusty
env: TARGET="alpine"
if: tag IS blank
script: scripts/ci.bash
- name: "MacOS build"
os: osx
if: tag IS blank