Enable tests on Cirrus CI

This commit is contained in:
Alex Kotov 2022-01-31 12:56:20 +05:00
parent bc84bc61a0
commit 9fdcf96a0d
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ task:
script:
- pkg install --yes autoconf automake
- ./autogen.sh
- ./configure CFLAGS='-O3 -fPIC'
- ./configure --enable-tests CFLAGS='-O3 -fPIC'
- make
- make check
- sudo make install