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.
21 lines
462 B
21 lines
462 B
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 ./ci/execute.sh |
|
- script=static_analysis ./ci/execute.sh |
|
- script=compile make_command="broadwayd & make test" ./ci/execute.sh |