mirror of
https://github.com/jarun/nnn.git
synced 2024-11-16 08:03:16 +00:00
18 lines
303 B
YAML
18 lines
303 B
YAML
language: c
|
|
matrix:
|
|
include:
|
|
# Access more recent gcc and clang via a Trusty image
|
|
- os: linux
|
|
dist: trusty
|
|
compiler: gcc
|
|
- os: linux
|
|
dist: trusty
|
|
compiler: clang
|
|
- os: osx
|
|
compiler: gcc
|
|
- os: osx
|
|
compiler: clang
|
|
script:
|
|
- make clean
|
|
- make
|