mirror of
https://github.com/7800-devtools/a7800.git
synced 2025-04-02 10:52:37 -04:00
20 lines
206 B
YAML
20 lines
206 B
YAML
language: cpp
|
|
matrix:
|
|
include:
|
|
- compiler: gcc
|
|
os: linux
|
|
- compiler: clang
|
|
os: osx
|
|
|
|
script:
|
|
make
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
notifications:
|
|
email: false
|
|
|
|
osx_image:
|
|
xcode61
|