Lines Matching +full:- +full:j4
6 # - master
7 # - 3.9
8 # - 3.8
9 # - 3.7
11 # - 'Doc/**'
14 - master
15 - 3.10
16 - 3.9
17 - 3.8
18 - 3.7
20 - 'Doc/**'
21 - 'Misc/**'
26 runs-on: ubuntu-latest
28 - uses: actions/checkout@v2
29 - name: Register Sphinx problem matcher
30 run: echo "::add-matcher::.github/problem-matchers/sphinx.json"
31 - name: 'Install Dependencies'
32 run: sudo ./.github/workflows/posix-deps-apt.sh && sudo apt-get install wamerican
33 - name: 'Configure CPython'
34 run: ./configure --with-pydebug
35 - name: 'Build CPython'
36 run: make -j4
37 - name: 'Install build dependencies'
38 run: make -C Doc/ PYTHON=../python venv
39 - name: 'Build documentation'
40 …run: xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W --keep-going -j4" doctest html suspi…
41 - name: 'Upload'
42 uses: actions/upload-artifact@v2.2.2
44 name: doc-html