mirror of
https://github.com/ksherlock/merlin-utils.git
synced 2024-12-21 20:29:16 +00:00
20 lines
183 B
YAML
20 lines
183 B
YAML
dist: bionic
|
|
osx_image: xcode10
|
|
language: cpp
|
|
|
|
addons:
|
|
apt:
|
|
packages: re2c
|
|
homebrew:
|
|
packages: re2c
|
|
|
|
os:
|
|
- osx
|
|
- linux
|
|
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
|
|
script: make all
|