Lines Matching +full:ci +full:- +full:configure
1 #!/bin/sh -e
17 # warnings in a particular environment (CI or a local working copy). Set it
19 # not cmake warning-free because of the version or whatever other factor
20 # that the scripts can detect both in and out of CI.
23 # warnings in a particular environment (CI or a local working copy). Set it
25 # not warning-free because of the OS, the compiler or whatever other factor
26 # that the scripts can detect both in and out of CI.
35 if [ -z "$PREFIX" ]; then
53 …echo_magenta "===== SETUP $COUNT: BUILD_LIBPCAP=$BUILD_LIBPCAP REMOTE=${REMOTE:-?} CC=$CC CMAKE=$C…
59 run_after_echo rm -rf build
63 run_after_echo rm -rf "$PREFIX"/bin/tcpdump*
64 run_after_echo git status -suall
65 # Cancel changes in configure
66 run_after_echo git checkout configure
72 touch .devel configure
88 # Set PKG_CONFIG_PATH for configure when building libpcap
98 if [ -d ../libpcap ]; then
106 run_after_echo rm -rf "$PREFIX"