summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-10-15 22:56:19 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2019-10-15 22:56:20 -0700
commit006d9013ea29ed8fe837f41796067b10df7a49ee (patch)
treead47ad201827c63c76fa8268965dfcaf6fd46b43 /.drone.yml
parente8124729fbeaf159ae615f61980ee10018ed5134 (diff)
Remove arm64 build from Drone
because it started to run on Travis.
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml33
1 files changed, 0 insertions, 33 deletions
diff --git a/.drone.yml b/.drone.yml
index cf81fdd757..82bcaf3b1a 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1,39 +1,6 @@
---
kind: pipeline
type: docker
-name: arm64
-platform:
- os: linux
- arch: arm64
-steps:
- - name: test
- image: ruby:2.5-stretch
- commands:
- - uname -m
- - apt-get -yq update
- - apt-get -yq install software-properties-common
- - apt-get -yq install bison sudo
- # workaround ipv6 localhost
- - ruby -e "hosts = File.read('/etc/hosts').sub(/^::1\s*localhost.*$/, ''); File.write('/etc/hosts', hosts)"
- # create user
- - useradd --shell /bin/bash --create-home test && chown -R test:test .
- # configure
- - /usr/bin/sudo -H -u test -- bash -c 'autoconf && ./configure --disable-install-doc --prefix=/tmp/ruby-prefix'
- # make all install
- - /usr/bin/sudo -H -u test -- make -j$(nproc) all install
- # make test
- - /usr/bin/sudo -H -u test -- make test
- # make test-spec
- - /usr/bin/sudo -H -u test -- make test-spec
- # make test-all
- - /usr/bin/sudo -H -u test -- make test-all
-trigger:
- branch:
- - master
-
----
-kind: pipeline
-type: docker
name: arm32
platform:
os: linux