mirror of
https://github.com/tonytins/bullseye.git
synced 2025-03-15 04:11:22 +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]
|
||||
|
||||
jobs:
|
||||
linux:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: subosito/flutter-action@v1
|
||||
with:
|
||||
channel: "stable"
|
||||
- run: flutter pub get
|
||||
- run: flutter config --enable-linux-desktop
|
||||
- run: flutter build linux
|
||||
# linux:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@v2
|
||||
# - uses: subosito/flutter-action@v1
|
||||
# with:
|
||||
# channel: "stable"
|
||||
# - run: flutter pub get
|
||||
# - run: flutter config --enable-linux-desktop
|
||||
# - run: flutter build linux
|
||||
|
||||
android:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -46,7 +46,7 @@ jobs:
|
|||
channel: "stable"
|
||||
- run: flutter pub get
|
||||
- run: flutter config --enable-macos-desktop
|
||||
- run: flutter build macos --release --no-codesign
|
||||
- run: flutter build macos --release
|
||||
|
||||
ios:
|
||||
runs-on: macos-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue