Skip to content

Commit

Permalink
[CI] Reactivated all the CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
LAGNEAU Romain committed Jul 4, 2024
1 parent a68eb42 commit 34c201e
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ concurrency:

jobs:
build-ios:
if: false
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/macos-linux-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ concurrency:
jobs:
visp-conda:
name: ${{ matrix.os }} - Python ${{ matrix.python-version }} ${{ matrix.build_type }} ${{ matrix.cxx_options }}
if: false
runs-on: ${{ matrix.os }}

strategy:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/macos-ustk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ concurrency:

jobs:
build-macos:
if: false
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ concurrency:

jobs:
build-macos:
if: false
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on: [pull_request, push]
jobs:
tests:
name: "Nix build on ${{ matrix.os }}"
if: false
runs-on: "${{ matrix.os }}-latest"
strategy:
matrix:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/other-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ concurrency:

jobs:
build-other-architectures:
if: false
# The host should always be linux
runs-on: ubuntu-20.04
name: Build on ${{ matrix.distro }} ${{ matrix.arch }} ${{ matrix.endianness }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ubuntu-3rdparty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ concurrency:

jobs:
build-ubuntu-dep-apt:
if: false
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ubuntu-isolated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ concurrency:

jobs:
build-ubuntu-dep-apt:
if: false
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ubuntu-sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ concurrency:

jobs:
build-ubuntu-sanitizers:
if: false
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ubuntu-ustk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ concurrency:

jobs:
build-ubuntu-dep-apt:
if: false
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ concurrency:

jobs:
build-ubuntu-valgrind:
if: false
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/windows-clang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ concurrency:

jobs:
build:
if: false
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/windows-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ concurrency:
jobs:
visp-conda:
name: ${{ matrix.os }} ${{ matrix.compiler }} - Python ${{ matrix.python-version }} ${{ matrix.build_type }} ${{ matrix.cxx_options }}
if: false
runs-on: ${{ matrix.os }}

strategy:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/windows-msvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ concurrency:

jobs:
build:
if: false
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down

0 comments on commit 34c201e

Please sign in to comment.