mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 00:46:17 +08:00
24 lines
201 B
YAML
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
|
|
|