Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
language: c
sudo: false
dist: bionic
env:
- CFLAGS="-Wall -W -O"
os:
- linux
compiler:
- clang
- gcc
- g++
arch:
- arm64
- amd64
- s390x
- ppc64le
addons:
apt:
packages:
- p7zip-full
script:
- make
- make test
- make clean
- make -f Makefile.arduino package