mirror of
https://github.com/ksherlock/merlin-utils.git
synced 2025-01-02 05:29:45 +00:00
travis - add re2c dependency
This commit is contained in:
parent
b52bda4fb6
commit
d33a823cc5
10
.travis.yml
10
.travis.yml
@ -1,13 +1,19 @@
|
||||
dist: bionic
|
||||
osx_image: xcode10
|
||||
language: cpp
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages: re2c
|
||||
homebrew:
|
||||
packages: re2c
|
||||
|
||||
os:
|
||||
- osx
|
||||
- linux
|
||||
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
|
||||
script: make all
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user