Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
lock to fluent ui commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Tricked-dev committed Mar 20, 2022
1 parent 0dd90af commit 0fef50c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 55 deletions.
46 changes: 0 additions & 46 deletions .github/workflows/flutterci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,51 +9,8 @@ on: push
# KEY_PATH: key.jks

jobs:
test:
runs-on: ubuntu-latest
steps:
- run: ls
# - uses: actions/checkout@v2
# - uses: subosito/flutter-action@v1
# with:
# channel: 'stable'

# - run: flutter pub get
# - run: flutter format --set-exit-if-changed .
# - run: flutter analyze .

# build_windows:
# if: startsWith(github.ref, 'refs/tags/v')
# needs: test

# runs-on: windows-latest
# steps:
# - uses: actions/checkout@v2
# - uses: subosito/flutter-action@v1
# with:
# channel: 'stable'
# - run: flutter config --enable-windows-desktop
# - run: flutter build windows --release
# # - run: cp windows/libs/sqlite3.dll build/windows/runner/Release/sqlite3.dll

# - name: Create a windows app-bundle
# uses: thedoctor0/zip-release@master
# with:
# type: 'zip'
# path: 'build/windows/runner/Release'
# filename: 'argoninstaller-windows.zip'

# - name: Release
# uses: softprops/action-gh-release@v1
# with:
# draft: true
# prerelease: false
# files: argoninstaller-windows.zip
# token: ${{ secrets.GITHUB_TOKEN }}

build_windows:
if: startsWith(github.ref, 'refs/tags/v')
needs: test
runs-on: Windows-2019
steps:
- uses: actions/checkout@v2
Expand All @@ -63,7 +20,6 @@ jobs:
cache: true
- run: flutter config --enable-windows-desktop
- run: flutter pub get
# - run: flutter pub run msix:create
- run: flutter pub run flutter_native_splash:create
- run: flutter build windows
- run: choco install make -y
Expand All @@ -90,8 +46,6 @@ jobs:

build_linux:
if: startsWith(github.ref, 'refs/tags/v')
needs: test

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
11 changes: 3 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,9 @@ packages:
dependency: "direct main"
description:
path: "."
ref: HEAD
resolved-ref: "99282610c6660da08030ec2550464b9de069563d"
url: "https://github.com/bdlukaa/fluent_ui.git"
ref: b99d1f51404e806339c1e632e93f4b1ff8049753
resolved-ref: b99d1f51404e806339c1e632e93f4b1ff8049753
url: "https://github.com/bdlukaa/fluent_ui"
source: git
version: "3.9.2"
flutter:
Expand All @@ -281,11 +281,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.4"
flutter_localizations:
dependency: transitive
description: flutter
source: sdk
version: "0.0.0"
flutter_markdown:
dependency: "direct main"
description:
Expand Down
4 changes: 3 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ dependencies:
file_selector_windows:
file_selector: ^0.8.3
fluent_ui:
git: https://github.com/bdlukaa/fluent_ui.git
git:
url: https://github.com/bdlukaa/fluent_ui
ref: b99d1f51404e806339c1e632e93f4b1ff8049753

dev_dependencies:
build_runner: ^2.0.0
Expand Down

0 comments on commit 0fef50c

Please sign in to comment.