You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
354 B

language: minimal
services:
- docker
addons:
apt:
update: true
before_install:
- sudo apt-get install -y curl openssl ca-certificates
- sudo apt-get install -y make
- sudo apt-get install -y qemu-user-static
env:
global:
- MAKEFLAGS="-j 2"
matrix:
- MARCH=amd64
- MARCH=arm32v7
script:
- make MARCH=$MARCH
- make check MARCH=$MARCH