mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
travis-ci: drop travis_wait (does not work with sub processes)
Refs: https://github.com/travis-ci/travis-ci/issues/8526
This commit is contained in:
parent
f8a6f12712
commit
fbe6f7d92a
@ -120,7 +120,7 @@ script:
|
|||||||
./autogen.sh &&
|
./autogen.sh &&
|
||||||
./configure $EVENT_CONFIGURE_OPTIONS &&
|
./configure $EVENT_CONFIGURE_OPTIONS &&
|
||||||
make &&
|
make &&
|
||||||
travis_wait $TIMEOUT make -j $JOBS verify;
|
make -j $JOBS verify;
|
||||||
fi
|
fi
|
||||||
- if [ "$EVENT_BUILD_METHOD" = "cmake" ]; then
|
- if [ "$EVENT_BUILD_METHOD" = "cmake" ]; then
|
||||||
export
|
export
|
||||||
@ -137,7 +137,7 @@ script:
|
|||||||
cmake --build .;
|
cmake --build .;
|
||||||
sudo python3 ../test-export/test-export.py shared;
|
sudo python3 ../test-export/test-export.py shared;
|
||||||
else
|
else
|
||||||
travis_wait $TIMEOUT cmake --build . --target verify;
|
cmake --build . --target verify;
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
- if [ "$TOOL" == "doxygen" ]; then
|
- if [ "$TOOL" == "doxygen" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user