Skip to content

Commit

Permalink
ci: Temporarily disable all jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Jan 15, 2024
1 parent d27d080 commit 7d5db89
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:

jobs:
gir:
if: false
runs-on: ubuntu-22.04
steps:
- name: Check out repo
Expand Down Expand Up @@ -47,6 +48,7 @@ jobs:
meson compile -C build
windows:
if: false
runs-on: windows-latest
strategy:
matrix:
Expand Down Expand Up @@ -81,6 +83,7 @@ jobs:
.\build\tests\gum-tests.exe
macos-x86_64:
if: false
runs-on: macos-latest
steps:
- name: Check out repo
Expand All @@ -105,6 +108,7 @@ jobs:
run: ./build/tests/gum-tests

linux-x86:
if: false
runs-on: ubuntu-latest
steps:
- name: Check out repo
Expand Down Expand Up @@ -137,6 +141,7 @@ jobs:
run: ./build/tests/gum-tests

linux-x86_64:
if: false
runs-on: ubuntu-latest
steps:
- name: Check out repo
Expand All @@ -161,6 +166,7 @@ jobs:
run: ./build/tests/gum-tests

linux-mips:
if: false
runs-on: ubuntu-18.04
strategy:
matrix:
Expand Down Expand Up @@ -202,6 +208,7 @@ jobs:
meson compile -C build
freebsd-arm64:
if: false
runs-on: [self-hosted, freebsd, arm64]
steps:
- name: Checkout monorepo
Expand All @@ -222,6 +229,7 @@ jobs:
run: ./build/tests/gum-tests

ios-arm64:
if: false
runs-on: macos-latest
steps:
- name: Check out repo
Expand Down Expand Up @@ -266,6 +274,7 @@ jobs:
./gum-tests
android-intel:
if: false
runs-on: macos-10.15
strategy:
matrix:
Expand Down Expand Up @@ -328,6 +337,7 @@ jobs:
adb shell "su root sh -c 'set -ex; cd /data/local/tmp; tar xf runner.tar.gz; TMPDIR=/data/local/tmp ./gum-tests'"
android-arm:
if: false
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -373,6 +383,7 @@ jobs:
./gum-tests
qnx-armeabi:
if: false
runs-on: ubuntu-latest
container: fridadotre/qnx:latest
steps:
Expand Down

0 comments on commit 7d5db89

Please sign in to comment.