Skip to content

Commit

Permalink
ci: Re-enable all
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Feb 7, 2024
1 parent 4e40cb3 commit 93b17e3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ env:

jobs:
gir:
if: false
runs-on: ubuntu-22.04
steps:
- name: Check out repo
Expand Down Expand Up @@ -47,7 +46,6 @@ jobs:
meson compile -C build
desktop:
if: false
strategy:
matrix:
include:
Expand Down Expand Up @@ -142,7 +140,6 @@ jobs:
path: build/

linux-x86:
if: false
runs-on: ubuntu-latest
steps:
- name: Check out repo
Expand Down Expand Up @@ -176,7 +173,6 @@ jobs:

linux-mips:
runs-on: ubuntu-latest
if: false
strategy:
matrix:
arch:
Expand Down Expand Up @@ -217,7 +213,6 @@ jobs:
meson compile -C build
freebsd-arm64:
if: false
runs-on: [self-hosted, freebsd, arm64]
steps:
- name: Checkout monorepo
Expand All @@ -238,7 +233,6 @@ jobs:
run: ./build/tests/gum-tests

ios-arm64:
if: false
runs-on: macos-latest
steps:
- name: Check out repo
Expand Down Expand Up @@ -282,7 +276,6 @@ jobs:
./gum-tests
android-intel:
if: false
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -349,7 +342,6 @@ 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 @@ -394,7 +386,6 @@ jobs:
./gum-tests
qnx-armeabi:
if: false
runs-on: ubuntu-latest
container: fridadotre/qnx:latest
steps:
Expand Down

0 comments on commit 93b17e3

Please sign in to comment.