Skip to content

Commit

Permalink
convert to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Dec 22, 2024
1 parent 62a8504 commit bd4df26
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 20 deletions.
15 changes: 0 additions & 15 deletions .cirrus.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ doc/api/
# IDE
.vscode/
.idea/
*.iml
*.iml

3 changes: 2 additions & 1 deletion ci/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ dev_dependencies:
test: ">=1.6.0"
executables:
setup_sqlite3lib:
setup_portaudiolib:
setup_portaudiolib:
resolution: workspace
5 changes: 2 additions & 3 deletions ci_support/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ dev_dependencies:
ref: dart3a
path: packages/lints

dependency_overrides:
tekartik_ci:
path: ../ci

resolution: workspace
8 changes: 8 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: _
publish_to: none
environment:
sdk: ^3.6.0
workspace:
- ci_support
- repo_support
- ci
2 changes: 2 additions & 0 deletions repo_support/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ dev_dependencies:
dev_build:
lints: '>=1.0.0'

resolution: workspace

0 comments on commit bd4df26

Please sign in to comment.