• Home
  • Raw
  • Download

Lines Matching +full:- +full:yq

13     - if [ -n "$COVERALLS" ]; then
14 pip install --user cpp-coveralls;
16 - if expr "$CONFIG_OPTS" ":" ".*enable-external-tests" > /dev/null; then
17 git submodule update --init --recursive;
19 - eval "${MATRIX_EVAL}"
22 - amd64
23 - arm64
26 - linux
27 - osx
30 - clang
31 - gcc
34 - CONFIG_OPTS="" DESTDIR="_install"
35- CONFIG_OPTS="no-asm -Werror --debug no-afalgeng no-shared enable-crypto-mdebug enable-rc5 enable
36- CONFIG_OPTS="no-asm no-makedepend enable-buildtest-c++ --strict-warnings -D_DEFAULT_SOURCE" BUIL…
40 - os: linux
44 env: CONFIG_OPTS="--strict-warnings -D__NO_STRING_INLINES no-deprecated" BUILDONLY="yes"
45 - os: linux
51 - clang-6.0
52 …FIG_OPTS="enable-msan disable-afalgeng -D__NO_STRING_INLINES -Wno-unused-command-line-argument" MA…
53 - os: linux
59 - clang-6.0
60-asm enable-ubsan enable-rc5 enable-md2 enable-ssl3 enable-ssl3-method enable-nextprotoneg no-shar…
61 - os: linux
64 env: CONFIG_OPTS="--strict-warnings"
65 - os: linux-ppc64le
68 env: CONFIG_OPTS="--strict-warnings -D__NO_STRING_INLINES"
69 - os: linux
73 - gcc-5
74 - g++-5
76 - ubuntu-toolchain-r-test
77 compiler: gcc-5
78 …FIG_OPTS="--strict-warnings no-ec enable-ssl-trace enable-zlib enable-zlib-dynamic enable-crypto-m…
79 - os: linux
81 env: CONFIG_OPTS="--strict-warnings -D__NO_STRING_INLINES no-deprecated"
82 - os: linux
86 - binutils-mingw-w64
87 - gcc-mingw-w64
88 compiler: i686-w64-mingw32-gcc
89 env: CONFIG_OPTS="no-stdio" BUILDONLY="yes" DESTDIR="_install"
90 # Uncomment if there is reason to believe that PPC-specific problem
92 #- os: linux-ppc64le
95 …XTENDED_TEST="yes" CONFIG_OPTS="no-asm enable-asan enable-ubsan no-shared -DFUZZING_BUILD_MODE_UNS…
96 - os: linux
100 - gcc-5
101 - g++-5
102 - golang-1.6
104 - ubuntu-toolchain-r-test
105 compiler: gcc-5
106--debug --coverage no-asm enable-rc5 enable-md2 enable-ec_nistp_64_gcc_128 enable-ssl3 enable-ssl3
107 - os: linux
111 - gcc-5
112 - g++-5
113 - golang-1.6
115 - ubuntu-toolchain-r-test
116 compiler: gcc-5
117 # External test pyca-cryptography temporarily disabled due to long term travis failures
118 …yes" CONFIG_OPTS="--debug enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers enable-external-t…
119 - os: linux
121 …env: EXTENDED_TEST="yes" CONFIG_OPTS="enable-msan -D__NO_STRING_INLINES -Wno-unused-command-line-a…
122 - os: linux
124-asm enable-ubsan enable-rc5 enable-md2 enable-ssl3 enable-ssl3-method enable-nextprotoneg no-shar…
125 - os: linux
127 …PTS="no-asm enable-asan enable-rc5 enable-md2 no-shared -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION…
128 - os: linux
132 - gcc-5
133 - g++-5
135 - ubuntu-toolchain-r-test
136 compiler: gcc-5
137 …TU_GCC_HACK="yes" EXTENDED_TEST="yes" CONFIG_OPTS="--debug no-asm enable-ubsan enable-rc5 enable-m…
138 - os: linux
142 - binutils-mingw-w64
143 - gcc-mingw-w64
144 compiler: i686-w64-mingw32-gcc
145 env: EXTENDED_TEST="yes" CONFIG_OPTS="no-pic"
146 - os: linux
150 - binutils-mingw-w64
151 - gcc-mingw-w64
152 compiler: x86_64-w64-mingw32-gcc
153 env: EXTENDED_TEST="yes" CONFIG_OPTS="no-pic"
154 - os: linux
157 dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
158 sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)
162 - flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
163 # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
164 - flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
166 - os: linux
168-generic32" CONFIG_OPTS="--strict-warnings no-shared no-dso no-pic no-aria no-async no-autoload-co…
170 - os: linux
172 - os: osx
174 - arch: arm64
178 - env
179 - if [ "$TRAVIS_PULL_REQUEST" != "false" -a -n "$EXTENDED_TEST" ]; then
180 … (git log -1 $TRAVIS_COMMIT_RANGE | grep '\[extended tests\]' > /dev/null) || travis_terminate 0;
182 - if [ -n "$DESTDIR" ]; then
183 sh .travis-create-release.sh $TRAVIS_OS_NAME;
184 tar -xzf _srcdist.tar.gz;
193 - if [ -n "$UBUNTU_GCC_HACK" ]; then
194 $CC -dumpspecs | sed "s/--push-state//g; s/--pop-state/--as-needed/g" > gcc-specs.txt;
195 CC="$CC -specs=gcc-specs.txt";
197 - if [ "$CC" = i686-w64-mingw32-gcc ]; then
199 $srcdir/Configure mingw $CONFIG_OPTS -Wno-pedantic-ms-format;
200 elif [ "$CC" = x86_64-w64-mingw32-gcc ]; then
202 $srcdir/Configure mingw64 $CONFIG_OPTS -Wno-pedantic-ms-format;
204 if [ "$CC" = clang-3.9 ]; then
205 sudo cp .travis-apt-pin.preferences /etc/apt/preferences.d/no-ubuntu-clang;
206 curl -sSL "http://apt.llvm.org/llvm-snapshot.gpg.key" | sudo -E apt-key add -;
207 …echo "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-3.9 main" | sudo tee -a /etc/apt/sourc…
208 sudo -E apt-add-repository -y "ppa:ubuntu-toolchain-r/test";
209 sudo -E apt-get -yq update;
210 … sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install clang-3.9;
214 if [ -n "$CONFIGURE_TARGET" ]; then
217 $srcdir/config -v $CONFIG_OPTS;
220 - ./configdata.pm --dump
221 - cd $top
224 - if [ -z "$BUILDONLY" ]; then
225 make="make -s";
229 - if [ -n "$GENERATE" ]; then
230 make2="$make PERL=no-perl";
234 - top=${PWD}
235 - if [ -n "$DESTDIR" ]; then
238 - if $make update; then
239 echo -e '+\057 MAKE UPDATE OK';
241 echo -e '+\057 MAKE UPDATE FAILED';
244 - git diff --exit-code
245 - if [ -n "$CHECKDOCS" ]; then
246 if $make doc-nits; then
247 echo -e '+\057\057 MAKE DOC-NITS OK';
249 echo -e '+\057\057 MAKE DOC-NITS FAILED';
253 - if [ -n "$GENERATE" ]; then
255 echo -e '+\057\057\057 MAKE BUILD_ALL_GENERATED OK';
257 echo -e '+\057\057\057 MAKE BUILD_ALL_GENERATED FAILED';
261 - if $make2; then
262 echo -e '+\057\057\057\057 MAKE OK';
264 echo -e '+\057\057\057\057 MAKE FAILED';
267 - if [ -z "$BUILDONLY" ]; then
268 if [ -n "$CROSS_COMPILE" ]; then
269 sudo dpkg --add-architecture i386;
270 sudo apt-get update;
271 … sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install wine;
274 if [ -e krb5/src ]; then
275 …sudo apt-get -yq install bison dejagnu gettext keyutils ldap-utils libldap2-dev libkeyutils-dev py…
278 echo -e '+\057\057\057\057\057 MAKE TEST OK';
280 echo -e '+\057\057\057\057\057 MAKE TEST FAILED';
285 echo -e '+\057\057\057\057\057\057 MAKE BUILD_TESTS OK';
287 echo -e '+\057\057\057\057\057\057 MAKE BUILD_TESTS FAILED';
292 - if [ -n "$DESTDIR" ]; then
295 echo -e '+\057\057\057\057\057\057\057 MAKE INSTALL OK';
297 echo -e '+\057\057\057\057\057\057\057 MAKE INSTALL FAILED';
302 - cd $top
305 - if [ -n "$COVERALLS" ]; then
306 coveralls -b . --gcov gcov-5 --gcov-options '\-lpbc';