ibus-m17n/tests/smoke/runtest.sh
Parag Nemade 473297022c
Added CI tests script
Signed-off-by: Parag Nemade <pnemade@fedoraproject.org>
2020-04-30 21:13:05 +05:30

11 lines
195 B
Bash

#!/bin/bash
cd ../source
echo "---Start autogen.sh---"
NOCONFIGURE=1 ./autogen.sh
echo "---End autogen.sh---"
echo "--------------------"
./configure --disable-static --with-gtk=3.0
make check