mirror of https://gitlab.com/cppit/libclangmm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
404 B
21 lines
404 B
|
9 years ago
|
sudo: required
|
||
|
|
|
||
|
|
env:
|
||
|
|
- distribution: ubuntu
|
||
|
|
- distribution: fedora
|
||
|
|
- distribution: arch
|
||
|
|
- distribution: debian-testing
|
||
|
|
- distribution: debian
|
||
|
|
|
||
|
|
services:
|
||
|
|
- docker
|
||
|
|
|
||
|
|
before_install:
|
||
|
|
- ./ci/update_ci.sh
|
||
|
|
|
||
|
|
script:
|
||
|
|
- script=compile CXX=clang++ CC=clang ./ci/execute.sh
|
||
|
|
- script=clean ./ci/execute.sh
|
||
|
|
- script=compile CXX=g++ CC=gcc ./ci/execute.sh
|
||
|
|
- script=static_analysis ./ci/execute.sh
|