1
0
Fork 0

Adding upstream version 0.1.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-08 20:53:35 +01:00
parent 4664226545
commit d3d193d4ac
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
35 changed files with 2608 additions and 0 deletions

20
.travis.yml Normal file
View file

@ -0,0 +1,20 @@
dist: xenial
addons:
apt:
update: true
language: c
compiler:
- clang
- gcc
install: ./autogen.sh
script:
- ./configure --enable-warn-all
- make dist
- tar zxvf *.tar.gz
- cd tinyframe-[0-9]*
- mkdir build
- cd build
- ../configure --enable-warn-all
- make
- make test
- cat src/test/test*.sh.log