mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
7 lines
85 B
YAML
7 lines
85 B
YAML
language: cpp
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
script: ./configure --omit=Data & make -s
|
|
|