mirror of https://gitlab.com/cppit/jucipp
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.
19 lines
336 B
19 lines
336 B
sudo: required |
|
|
|
env: |
|
- distribution: ubuntu |
|
- distribution: fedora |
|
- distribution: arch |
|
- distribution: debian-testing |
|
- distribution: debian |
|
|
|
services: |
|
- docker |
|
|
|
before_install: |
|
- ./ci/update_travis.sh |
|
|
|
script: |
|
- CXX=clang++ CC=clang ./ci/compile_container.sh |
|
- ./ci/compile_container.sh |
|
- ./ci/static_analysis.sh |