mirror of https://github.com/neutrinolabs/xrdp
Add 'make check' to FeeBSD CI
This commit is contained in:
parent
b98c49ed95
commit
2856995089
|
@ -13,6 +13,8 @@ FreeBSD_task:
|
|||
- env CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure --localstatedir=/var --enable-strict-locations --with-pkgconfigdir=/usr/local/libdata/pkgconfig --enable-strict-locations --enable-ipv6 --enable-opus --enable-jpeg --enable-fdkaac --enable-painter --enable-pixman --enable-fuse --with-imlib2 --with-freetype2
|
||||
build_script:
|
||||
- make -j $(sysctl -n hw.ncpu || echo 4)
|
||||
check_script:
|
||||
- make check
|
||||
install_script:
|
||||
- make install
|
||||
test_script:
|
||||
|
|
Loading…
Reference in New Issue