u6a/.travis.yml

34 lines
381 B
YAML
Raw Normal View History

2020-02-01 14:45:48 +00:00
language: c
os:
- linux
- osx
dist: bionic
compiler:
- gcc
- clang
2020-03-14 20:31:20 +00:00
addons:
apt:
packages:
- dejagnu
homebrew:
update: true
2020-03-14 20:31:20 +00:00
packages:
- dejagnu
2020-02-01 14:45:48 +00:00
branches:
only:
- master
script:
- autoreconf --install
- ./configure
- make
- make check
2020-02-02 17:09:21 +00:00
- sudo make install
- command -v u6a u6ac
# - whatis u6a u6ac # broken on macOS...