mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
ee70421f64
Travis CI is a free continuous integration service that allows open source projects to check the integrity of their source code by building it after every commit made to the repository.
5 lines
57 B
YAML
5 lines
57 B
YAML
language: cpp
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
script: cmake . |