Files
GmSSL/.travis.yml
2017-04-14 12:21:13 +08:00

24 lines
201 B
YAML

dist: trusty
sudo: required
language: c
cache: ccache
git:
submodules: false
os:
- linux
compiler:
- clang
- gcc
before_script:
- cd GmSSL
- ./config
script:
- $make