Commit Iniziale

This commit is contained in:
2019-10-21 11:37:31 +02:00
commit 44ac6e8802
56 changed files with 32022 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
language: c
compiler:
- gcc
- clang
script: ./autogen.sh && ./configure && make && make check