Nikolas Rimikis
2 years ago
committed by
GitHub
22 changed files with 235 additions and 34 deletions
@ -0,0 +1,6 @@ |
|||||||
|
|
||||||
|
.dart_tool/ |
||||||
|
pubspec.lock |
||||||
|
|
||||||
|
# Melos reccomends not adding them to vcs but we need them as we don't use melos in CI |
||||||
|
# **/pubspec_overrides.yaml |
@ -0,0 +1,19 @@ |
|||||||
|
name: nextcloud-neon |
||||||
|
repository: https://github.com/provokateurin/nextcloud-neon |
||||||
|
|
||||||
|
sdkPath: .fvm/flutter_sdk |
||||||
|
|
||||||
|
bootstrap: |
||||||
|
# It seems so that running "pub get" in parallel has some issues (like |
||||||
|
# https://github.com/dart-lang/pub/issues/3404). Disabling this feature |
||||||
|
# makes the CI much more stable. |
||||||
|
runPubGetInParallel: false |
||||||
|
|
||||||
|
packages: |
||||||
|
- packages/* |
||||||
|
- packages/dynamite/* |
||||||
|
- packages/neon/* |
||||||
|
|
||||||
|
ide: |
||||||
|
intellij: |
||||||
|
enabled: false |
@ -0,0 +1,27 @@ |
|||||||
|
# melos_managed_dependency_overrides: dynamite_runtime,file_icons,neon,neon_files,neon_news,neon_notes,neon_notifications,nextcloud,settings,sort_box,wakelock_windows |
||||||
|
dependency_overrides: |
||||||
|
dynamite_runtime: |
||||||
|
path: ../dynamite/dynamite_runtime |
||||||
|
file_icons: |
||||||
|
path: ../file_icons |
||||||
|
neon: |
||||||
|
path: ../neon/neon |
||||||
|
neon_files: |
||||||
|
path: ../neon/neon_files |
||||||
|
neon_news: |
||||||
|
path: ../neon/neon_news |
||||||
|
neon_notes: |
||||||
|
path: ../neon/neon_notes |
||||||
|
neon_notifications: |
||||||
|
path: ../neon/neon_notifications |
||||||
|
nextcloud: |
||||||
|
path: ../nextcloud |
||||||
|
settings: |
||||||
|
path: ../settings |
||||||
|
sort_box: |
||||||
|
path: ../sort_box |
||||||
|
wakelock_windows: |
||||||
|
git: |
||||||
|
url: https://github.com/creativecreatorormaybenot/wakelock |
||||||
|
ref: 094b4a74c31e547c11525bcc050dbd06b02a1f67 |
||||||
|
path: wakelock_windows |
@ -0,0 +1,15 @@ |
|||||||
|
# melos_managed_dependency_overrides: dynamite_runtime,nextcloud,settings,sort_box,wakelock_windows |
||||||
|
dependency_overrides: |
||||||
|
dynamite_runtime: |
||||||
|
path: ../../dynamite/dynamite_runtime |
||||||
|
nextcloud: |
||||||
|
path: ../../nextcloud |
||||||
|
settings: |
||||||
|
path: ../../settings |
||||||
|
sort_box: |
||||||
|
path: ../../sort_box |
||||||
|
wakelock_windows: |
||||||
|
git: |
||||||
|
url: https://github.com/creativecreatorormaybenot/wakelock |
||||||
|
ref: 094b4a74c31e547c11525bcc050dbd06b02a1f67 |
||||||
|
path: wakelock_windows |
@ -0,0 +1,14 @@ |
|||||||
|
# melos_managed_dependency_overrides: dynamite_runtime,file_icons,neon,nextcloud,settings,sort_box |
||||||
|
dependency_overrides: |
||||||
|
dynamite_runtime: |
||||||
|
path: ../../dynamite/dynamite_runtime |
||||||
|
file_icons: |
||||||
|
path: ../../file_icons |
||||||
|
neon: |
||||||
|
path: ../neon |
||||||
|
nextcloud: |
||||||
|
path: ../../nextcloud |
||||||
|
settings: |
||||||
|
path: ../../settings |
||||||
|
sort_box: |
||||||
|
path: ../../sort_box |
@ -0,0 +1,17 @@ |
|||||||
|
# melos_managed_dependency_overrides: dynamite_runtime,neon,nextcloud,settings,sort_box,wakelock_windows |
||||||
|
dependency_overrides: |
||||||
|
dynamite_runtime: |
||||||
|
path: ../../dynamite/dynamite_runtime |
||||||
|
neon: |
||||||
|
path: ../neon |
||||||
|
nextcloud: |
||||||
|
path: ../../nextcloud |
||||||
|
settings: |
||||||
|
path: ../../settings |
||||||
|
sort_box: |
||||||
|
path: ../../sort_box |
||||||
|
wakelock_windows: |
||||||
|
git: |
||||||
|
url: https://github.com/creativecreatorormaybenot/wakelock |
||||||
|
ref: 094b4a74c31e547c11525bcc050dbd06b02a1f67 |
||||||
|
path: wakelock_windows |
@ -0,0 +1,17 @@ |
|||||||
|
# melos_managed_dependency_overrides: dynamite_runtime,neon,nextcloud,settings,sort_box,wakelock_windows |
||||||
|
dependency_overrides: |
||||||
|
dynamite_runtime: |
||||||
|
path: ../../dynamite/dynamite_runtime |
||||||
|
neon: |
||||||
|
path: ../neon |
||||||
|
nextcloud: |
||||||
|
path: ../../nextcloud |
||||||
|
settings: |
||||||
|
path: ../../settings |
||||||
|
sort_box: |
||||||
|
path: ../../sort_box |
||||||
|
wakelock_windows: |
||||||
|
git: |
||||||
|
url: https://github.com/creativecreatorormaybenot/wakelock |
||||||
|
ref: 094b4a74c31e547c11525bcc050dbd06b02a1f67 |
||||||
|
path: wakelock_windows |
@ -0,0 +1,12 @@ |
|||||||
|
# melos_managed_dependency_overrides: dynamite_runtime,neon,nextcloud,settings,sort_box |
||||||
|
dependency_overrides: |
||||||
|
dynamite_runtime: |
||||||
|
path: ../../dynamite/dynamite_runtime |
||||||
|
neon: |
||||||
|
path: ../neon |
||||||
|
nextcloud: |
||||||
|
path: ../../nextcloud |
||||||
|
settings: |
||||||
|
path: ../../settings |
||||||
|
sort_box: |
||||||
|
path: ../../sort_box |
@ -0,0 +1,6 @@ |
|||||||
|
# melos_managed_dependency_overrides: dynamite,dynamite_runtime |
||||||
|
dependency_overrides: |
||||||
|
dynamite: |
||||||
|
path: ../dynamite/dynamite |
||||||
|
dynamite_runtime: |
||||||
|
path: ../dynamite/dynamite_runtime |
@ -0,0 +1,9 @@ |
|||||||
|
name: neon_workspace |
||||||
|
publish_to: none |
||||||
|
|
||||||
|
environment: |
||||||
|
sdk: '>=3.0.0 <4.0.0' |
||||||
|
dev_dependencies: |
||||||
|
fvm: ^2.4.1 |
||||||
|
melos: ^3.0.1 |
||||||
|
mono_repo: ^6.5.6 |
Loading…
Reference in new issue