• Home
  • Raw
  • Download

Lines Matching +full:- +full:j4

4 # To cache doc-building dependencies and C compiler output.
6 - pip
7 - ccache
8 - directories:
9 - $HOME/multissl
13 - OPENSSL=1.1.1k
14 - OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}"
15 - PATH="${OPENSSL_DIR}/bin:$PATH"
16 - CFLAGS="-I${OPENSSL_DIR}/include"
17 - LDFLAGS="-L${OPENSSL_DIR}/lib"
18 # Set rpath with env var instead of -Wl,-rpath linker flag
20 - LD_RUN_PATH="${OPENSSL_DIR}/lib"
21 - PYTHONSTRICTEXTENSIONBUILD=1
25 - master
26 - /^\d\.\d+$/
27 - buildbot-custom
32 - env: OPTIONAL=true
34 - name: "CPython tests"
45 - gdb
46 - xvfb
47 - name: "Documentation build"
50 … # Build the docs against a stable version of Python so code bugs don't hold up doc-related PRs.
54 - cd Doc
55 - make venv PYTHON=python
57 - make check html suspicious SPHINXOPTS="-q -W -j4"
58 - name: "Documentation tests"
66 - xvfb
68 - ./configure
69 - make -j4
70 - make -C Doc/ PYTHON=../python venv
72 xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W -j4" doctest
76 - set -e
77 - |
78 # Check short-circuit conditions
88 # merge-base commit.
89 git fetch -q origin +refs/heads/$TRAVIS_BRANCH
90 changes=$(git diff --name-only HEAD $(git merge-base HEAD FETCH_HEAD))
93 if ! echo "$changes" | grep -qvE '(\.rst$)|(^Doc)|(^Misc)'
102 - |
107 # clang complains about unused-parameter a lot, redirect stderr
108 python3 Tools/ssl/multissltests.py --steps=library \
109 --base-directory ${HOME}/multissl \
110 --openssl ${OPENSSL} >/dev/null 2>&1
112 - openssl version
116 # -Og is much faster than -O0
117 - CFLAGS="${CFLAGS} -Og" ./configure --with-pydebug
118 - eval "$(pyenv init -)"
119 - pyenv global 3.8
120 - PYTHON_FOR_REGEN=python3.8 make -j4 regen-all
121 - make regen-stdlib-module-names
122 - changes=`git status --porcelain`
123 - |
125 if ! test -z "$changes"
131 - make -j4
132 - make pythoninfo
136 # a checkout-build of CPython to know things like what base branch the changes
139- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./python Tools/scripts/patchcheck.py --travis $TRAVI…
141 - make smelly
143 - make check-limited-abi
144 # `-r -w` implicitly provided through `make buildbottest`.
145 - |
147 XVFB_RUN=xvfb-run;
149 $XVFB_RUN make buildbottest TESTOPTS="-j4 -uall,-cpu"
156 # implements https://github.com/travis-ci/travis-ci/issues/1094.
157 # The actual value here is: irc.freenode.net#python-dev
158- secure: "s7kAkpcom2yUJ8XqyjFI0obJmhAGrn1xmoivdaPdgBIA++X47TBp1x4pgDsbEsoalef7bEwa4l07KdT4qa+DOd/…
166 …# https://python.zulipchat.com/api/v1/external/travis?api_key=<api-key-redacted>&stream=core%2Ftes…
167- secure: "vLz2TodSL7wQ8DsIu86koRS9i4dsK40PH8+wzY93PBCCAzJAz113LTxK3/9PamMv+ObDRUSe5OpXcquE3d5Gwpu…