mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-28 14:48:18 +08:00
.travis.yml: remove "make clean" at end of build script
This commit is contained in:
parent
dd0f0ea3ef
commit
28e70e5e9a
@ -11,4 +11,4 @@ script:
|
|||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
- ./configure && make distcheck VERBOSE=1 && make clean
|
- ./configure && make distcheck VERBOSE=1 && make clean
|
||||||
- ./configure --enable-valgrind-tests && make distcheck
|
- ./configure --enable-valgrind-tests && make distcheck
|
||||||
DISTCHECK_CONFIGURE_FLAGS="--enable-valgrind-tests" VERBOSE=1 && make clean
|
DISTCHECK_CONFIGURE_FLAGS="--enable-valgrind-tests" VERBOSE=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user