mirror of
https://github.com/tonytins/bullseye.git
synced 2025-03-22 07:02:20 +00:00
Removed Linux CI for now
- Removed cosign for macOS
This commit is contained in:
parent
3e0bfad7d1
commit
637e0da13d
1 changed files with 11 additions and 11 deletions
22
.github/workflows/flutter.yml
vendored
22
.github/workflows/flutter.yml
vendored
|
@ -12,16 +12,16 @@ on:
|
||||||
branches: [main, master]
|
branches: [main, master]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linux:
|
# linux:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v2
|
# - uses: actions/checkout@v2
|
||||||
- uses: subosito/flutter-action@v1
|
# - uses: subosito/flutter-action@v1
|
||||||
with:
|
# with:
|
||||||
channel: "stable"
|
# channel: "stable"
|
||||||
- run: flutter pub get
|
# - run: flutter pub get
|
||||||
- run: flutter config --enable-linux-desktop
|
# - run: flutter config --enable-linux-desktop
|
||||||
- run: flutter build linux
|
# - run: flutter build linux
|
||||||
|
|
||||||
android:
|
android:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -46,7 +46,7 @@ jobs:
|
||||||
channel: "stable"
|
channel: "stable"
|
||||||
- run: flutter pub get
|
- run: flutter pub get
|
||||||
- run: flutter config --enable-macos-desktop
|
- run: flutter config --enable-macos-desktop
|
||||||
- run: flutter build macos --release --no-codesign
|
- run: flutter build macos --release
|
||||||
|
|
||||||
ios:
|
ios:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue