Skip to content

Commit

Permalink
Revert "Disable most of CI on debug branch"
Browse files Browse the repository at this point in the history
This reverts commit 83751cc.
  • Loading branch information
YannickJadoul committed Aug 15, 2024
1 parent a8fef16 commit b693f59
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 148 deletions.
280 changes: 140 additions & 140 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,103 +19,103 @@ jobs:
fail-fast: false
matrix:
include:
# - runs-on: ubuntu-latest
# python: '3.8'
# arch: x64
# - runs-on: ubuntu-latest
# python: '3.9'
# arch: x64
# - runs-on: ubuntu-latest
# python: '3.10'
# arch: x64
# - runs-on: ubuntu-latest
# python: '3.11'
# arch: x64
# run-praat-tests: true
# name-extra: ' (with Praat tests)'
# - runs-on: ubuntu-latest
# python: '3.12'
# arch: x64
# run-praat-tests: true
# name-extra: ' (with Praat tests)'
# - runs-on: ubuntu-latest
# python: 'pypy-3.8'
# arch: x64
# - runs-on: ubuntu-latest
# python: 'pypy-3.9'
# arch: x64
# run-praat-tests: true
# name-extra: ' (with Praat tests)'
# - runs-on: ubuntu-latest
# python: 'pypy-3.10'
# arch: x64
# run-praat-tests: true
# name-extra: ' (with Praat tests)'
#
# - runs-on: ubuntu-24.04
# python: '3.11'
# arch: x64
# gcc: 13
# name-extra: ' (GCC 13)'
# - runs-on: ubuntu-24.04
# python: '3.11'
# arch: x64
# clang: 18
# name-extra: ' (Clang 18)'
#
# - runs-on: ubuntu-latest
# python: '3.11'
# arch: x64
# release: true
# name-extra: ' (Release)'
#
# - runs-on: macos-13
# python: '3.8'
# arch: x64
# - runs-on: macos-latest
# python: '3.11'
# arch: x64
# run-praat-tests: true
# name-extra: ' (with Praat tests)'
# - runs-on: macos-latest
# python: '3.12'
# arch: x64
# - runs-on: macos-latest
# python: '3.11'
# arch: x64
# release: true
# name-extra: ' (Release)'
# - runs-on: macos-13
# python: 'pypy-3.10'
# arch: x64
#
# - runs-on: windows-latest
# python: '3.8'
# arch: x64
- runs-on: ubuntu-latest
python: '3.8'
arch: x64
- runs-on: ubuntu-latest
python: '3.9'
arch: x64
- runs-on: ubuntu-latest
python: '3.10'
arch: x64
- runs-on: ubuntu-latest
python: '3.11'
arch: x64
run-praat-tests: true
name-extra: ' (with Praat tests)'
- runs-on: ubuntu-latest
python: '3.12'
arch: x64
run-praat-tests: true
name-extra: ' (with Praat tests)'
- runs-on: ubuntu-latest
python: 'pypy-3.8'
arch: x64
- runs-on: ubuntu-latest
python: 'pypy-3.9'
arch: x64
run-praat-tests: true
name-extra: ' (with Praat tests)'
- runs-on: ubuntu-latest
python: 'pypy-3.10'
arch: x64
run-praat-tests: true
name-extra: ' (with Praat tests)'

- runs-on: ubuntu-24.04
python: '3.11'
arch: x64
gcc: 13
name-extra: ' (GCC 13)'
- runs-on: ubuntu-24.04
python: '3.11'
arch: x64
clang: 18
name-extra: ' (Clang 18)'

- runs-on: ubuntu-latest
python: '3.11'
arch: x64
release: true
name-extra: ' (Release)'

- runs-on: macos-13
python: '3.8'
arch: x64
- runs-on: macos-latest
python: '3.11'
arch: x64
run-praat-tests: true
name-extra: ' (with Praat tests)'
- runs-on: macos-latest
python: '3.12'
arch: x64
- runs-on: macos-latest
python: '3.11'
arch: x64
release: true
name-extra: ' (Release)'
- runs-on: macos-13
python: 'pypy-3.10'
arch: x64

- runs-on: windows-latest
python: '3.8'
arch: x64
- runs-on: windows-latest
python: '3.11'
arch: x64
run-praat-tests: true
name-extra: ' (with Praat tests)'
# - runs-on: windows-latest
# python: '3.12'
# arch: x64
# - runs-on: windows-latest
# python: '3.8'
# arch: x86
# name-extra: ' (32-bit)'
# - runs-on: windows-latest
# python: '3.11'
# arch: x86
# name-extra: ' (32-bit)'
# - runs-on: windows-latest
# python: '3.11'
# arch: x64
# release: true
# name-extra: ' (Release)'
# - runs-on: windows-latest
# python: 'pypy-3.10'
# arch: x64
- runs-on: windows-latest
python: '3.12'
arch: x64
- runs-on: windows-latest
python: '3.8'
arch: x86
name-extra: ' (32-bit)'
- runs-on: windows-latest
python: '3.11'
arch: x86
name-extra: ' (32-bit)'
- runs-on: windows-latest
python: '3.11'
arch: x64
release: true
name-extra: ' (Release)'
- runs-on: windows-latest
python: 'pypy-3.10'
arch: x64

name: Python ${{ matrix.python }}${{ matrix.name-extra }} • ${{ matrix.runs-on }}
runs-on: ${{ matrix.runs-on }}
Expand Down Expand Up @@ -208,51 +208,51 @@ jobs:
if: ${{ github.event_name == 'workflow_dispatch' && inputs.tmate && failure() }}
uses: mxschmitt/action-tmate@v3

# docs:
# name: Documentation
# runs-on: ubuntu-latest
#
# steps:
# - name: Checkout code
# uses: actions/checkout@v4
# with:
# submodules: recursive
#
# - name: Setup Python
# uses: actions/setup-python@v5
# with:
# python-version: '3.11'
#
# - name: Setup CMake
# uses: jwlawson/[email protected]
#
# - name: Setup ccache
# uses: hendrikmuhs/[email protected]
# with:
# key: ${{ github.job }}-ubuntu-latest-x64
#
# - name: Install requirements
# run: |
# pip install -r docs/requirements.txt
# sudo apt install pandoc
#
# - name: Configure
# shell: bash
# run: |
# cmake -S . -B build -DPython_EXECUTABLE="$(which python)" -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
#
# - name: Build
# run: |
# cmake --build build -j 2
#
# - name: Build documentation
# run: |
# cmake --build build --target docs
#
# - name: Check links
# run: |
# cmake --build build --target docs_linkcheck
#
# - name: Setup tmate session
# if: ${{ github.event_name == 'workflow_dispatch' && inputs.tmate && failure() }}
# uses: mxschmitt/action-tmate@v3
docs:
name: Documentation
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: recursive

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: Setup CMake
uses: jwlawson/[email protected]

- name: Setup ccache
uses: hendrikmuhs/[email protected]
with:
key: ${{ github.job }}-ubuntu-latest-x64

- name: Install requirements
run: |
pip install -r docs/requirements.txt
sudo apt install pandoc
- name: Configure
shell: bash
run: |
cmake -S . -B build -DPython_EXECUTABLE="$(which python)" -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
- name: Build
run: |
cmake --build build -j 2
- name: Build documentation
run: |
cmake --build build --target docs
- name: Check links
run: |
cmake --build build --target docs_linkcheck
- name: Setup tmate session
if: ${{ github.event_name == 'workflow_dispatch' && inputs.tmate && failure() }}
uses: mxschmitt/action-tmate@v3
16 changes: 8 additions & 8 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Wheels

on:
# push:
# branches:
# - master
# - stable
# - docs
# - actions*
# tags:
# - v*
push:
branches:
- master
- stable
- docs
- actions*
tags:
- v*
workflow_dispatch:

jobs:
Expand Down

0 comments on commit b693f59

Please sign in to comment.