2017-08-06 08:56:40 +00:00
|
|
|
language: c
|
|
|
|
|
2016-10-16 16:16:30 +00:00
|
|
|
matrix:
|
|
|
|
include:
|
2017-08-06 08:44:38 +00:00
|
|
|
-
|
|
|
|
os: linux
|
2017-08-06 08:56:40 +00:00
|
|
|
sudo: false
|
|
|
|
dist: trusty
|
2017-08-06 08:44:38 +00:00
|
|
|
compiler: gcc
|
|
|
|
-
|
|
|
|
os: linux
|
2017-08-06 08:56:40 +00:00
|
|
|
sudo: false
|
|
|
|
dist: trusty
|
2017-08-06 08:44:38 +00:00
|
|
|
compiler: clang
|
2017-08-06 10:38:38 +00:00
|
|
|
# -
|
|
|
|
# os: osx
|
|
|
|
# env: HOMEBREW_NO_AUTO_UPDATE=1
|
|
|
|
# compiler: clang
|
2016-10-16 18:10:24 +00:00
|
|
|
|
2016-10-16 16:16:30 +00:00
|
|
|
git:
|
|
|
|
depth: 10
|
2015-06-19 20:07:16 +00:00
|
|
|
script:
|
2018-06-02 19:01:03 +00:00
|
|
|
- make CC=$CC PREFIX=/tmp/acki +ack
|
2015-06-19 20:07:16 +00:00
|
|
|
|