Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Adding CI #3

Closed
wants to merge 12 commits into from
43 changes: 43 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
dist: xenial
services: docker
language: bash
addons:
apt:
config:
retries: true
update: true
sources:
- sourceline: 'deb http://archive.ubuntu.com/ubuntu bionic main universe'
packages:
# Install wget >= 1.19.1 to use wget --retry-on-http-error=NNN,NNN option
# https://lists.gnu.org/archive/html/bug-wget/2017-02/msg00065.html
# https://packages.ubuntu.com/bionic/wget
- wget
env:
matrix:
- ARCHS=alpha
- ARCHS=amd64
- ARCHS=arm64
- ARCHS=armel
- ARCHS=armhf
- ARCHS=hppa
- ARCHS=hurd-i386
- ARCHS=i386
- ARCHS=kfreebsd-amd64
- ARCHS=kfreebsd-i386
- ARCHS=m68k
- ARCHS=mips
- ARCHS=mipsel
- ARCHS=powerpc
- ARCHS=powerpcspe
- ARCHS=ppc64
- ARCHS=ppc64el
- ARCHS=s390x
- ARCHS=sh4
- ARCHS=sparc64
- ARCHS=x32
before_install:
- docker run --rm --privileged multiarch/qemu-user-static:register
script:
- ./update.sh
- docker images
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# :earth_africa: busybox
# :earth_africa: busybox [![Build Status](https://travis-ci.org/multiarch/busybox.svg?branch=master)](https://travis-ci.org/multiarch/busybox)

![](https://raw.githubusercontent.com/multiarch/dockerfile/master/logo.jpg)

Expand Down
3 changes: 0 additions & 3 deletions alpha/.dockerignore

This file was deleted.

2 changes: 0 additions & 2 deletions alpha/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion alpha/arch

This file was deleted.

6 changes: 0 additions & 6 deletions alpha/deb

This file was deleted.

Binary file removed alpha/qemu-alpha-static.tar.xz
Binary file not shown.
4 changes: 0 additions & 4 deletions alpha/slim/Dockerfile

This file was deleted.

Binary file removed alpha/slim/rootfs.tar.xz
Binary file not shown.
3 changes: 0 additions & 3 deletions amd64/.dockerignore

This file was deleted.

1 change: 0 additions & 1 deletion amd64/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion amd64/arch

This file was deleted.

44 changes: 0 additions & 44 deletions amd64/deb

This file was deleted.

4 changes: 0 additions & 4 deletions amd64/slim/Dockerfile

This file was deleted.

Binary file removed amd64/slim/rootfs.tar.xz
Binary file not shown.
3 changes: 0 additions & 3 deletions arm64/.dockerignore

This file was deleted.

2 changes: 0 additions & 2 deletions arm64/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion arm64/arch

This file was deleted.

44 changes: 0 additions & 44 deletions arm64/deb

This file was deleted.

Binary file removed arm64/qemu-aarch64-static.tar.xz
Binary file not shown.
4 changes: 0 additions & 4 deletions arm64/slim/Dockerfile

This file was deleted.

Binary file removed arm64/slim/rootfs.tar.xz
Binary file not shown.
3 changes: 0 additions & 3 deletions armel/.dockerignore

This file was deleted.

2 changes: 0 additions & 2 deletions armel/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion armel/arch

This file was deleted.

44 changes: 0 additions & 44 deletions armel/deb

This file was deleted.

Binary file removed armel/qemu-arm-static.tar.xz
Binary file not shown.
4 changes: 0 additions & 4 deletions armel/slim/Dockerfile

This file was deleted.

Binary file removed armel/slim/rootfs.tar.xz
Binary file not shown.
3 changes: 0 additions & 3 deletions armhf/.dockerignore

This file was deleted.

2 changes: 0 additions & 2 deletions armhf/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion armhf/arch

This file was deleted.

44 changes: 0 additions & 44 deletions armhf/deb

This file was deleted.

Binary file removed armhf/qemu-arm-static.tar.xz
Binary file not shown.
4 changes: 0 additions & 4 deletions armhf/slim/Dockerfile

This file was deleted.

Binary file removed armhf/slim/rootfs.tar.xz
Binary file not shown.
3 changes: 0 additions & 3 deletions hppa/.dockerignore

This file was deleted.

1 change: 0 additions & 1 deletion hppa/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion hppa/arch

This file was deleted.

6 changes: 0 additions & 6 deletions hppa/deb

This file was deleted.

4 changes: 0 additions & 4 deletions hppa/slim/Dockerfile

This file was deleted.

Binary file removed hppa/slim/rootfs.tar.xz
Binary file not shown.
3 changes: 0 additions & 3 deletions hurd-i386/.dockerignore

This file was deleted.

1 change: 0 additions & 1 deletion hurd-i386/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion hurd-i386/arch

This file was deleted.

Loading