mirror of https://github.com/nirenjan/libx52.git
Remove redundant make check from Travis build
make distcheck already runs make check in the new location, so any failures should start showing up there. [skip ci]feature/test-new-mem-api
parent
3eb837df1b
commit
b9a7e5de1f
|
@ -15,10 +15,10 @@ cd build
|
||||||
# Run the configuration script
|
# Run the configuration script
|
||||||
../configure
|
../configure
|
||||||
|
|
||||||
# Build and run any tests
|
# Build the sourcecode
|
||||||
make V=0
|
make V=0
|
||||||
make check
|
|
||||||
|
|
||||||
# Verify that the distribution works
|
# Verify that the distribution works
|
||||||
|
# This also runs any tests
|
||||||
make distcheck
|
make distcheck
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue