File tree Expand file tree Collapse file tree 5 files changed +18
-8
lines changed Expand file tree Collapse file tree 5 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 1
- name : dart
1
+ # CI for the native_* packages.
2
+ #
3
+ # Combined into a single workflow so that deps are configured and installed once.
4
+
5
+ name : native
2
6
permissions : read-all
3
7
4
8
on :
5
9
pull_request :
6
10
branches : [main]
7
11
paths :
8
- - " .github/workflows/dart.yaml"
9
- - " pkgs/**"
12
+ - " .github/workflows/native.yaml"
13
+ - " pkgs/native_assets_builder/**"
14
+ - " pkgs/native_assets_cli/**"
15
+ - " pkgs/native_toolchain_c/**"
10
16
push :
11
17
branches : [main]
12
18
paths :
13
- - " .github/workflows/dart.yaml"
14
- - " pkgs/**"
19
+ - " .github/workflows/native.yaml"
20
+ - " pkgs/native_assets_builder/**"
21
+ - " pkgs/native_assets_cli/**"
22
+ - " pkgs/native_toolchain_c/**"
15
23
schedule :
16
24
- cron : " 0 0 * * 0" # weekly
17
25
Original file line number Diff line number Diff line change
1
+ # Workflow that runs relevant tests with the clang from the Dart SDK.
2
+
1
3
name : native_toolchain_c
2
4
permissions : read-all
3
5
Original file line number Diff line number Diff line change 1
- [ ![ dart] ( https://github.com/dart-lang/native/actions/workflows/dart .yaml/badge.svg )] ( https://github.com/dart-lang/native/actions/workflows/dart .yaml )
1
+ [ ![ dart] ( https://github.com/dart-lang/native/actions/workflows/native .yaml/badge.svg )] ( https://github.com/dart-lang/native/actions/workflows/native .yaml )
2
2
[ ![ Coverage Status] ( https://coveralls.io/repos/github/dart-lang/native/badge.svg?branch=main )] ( https://coveralls.io/github/dart-lang/native?branch=main )
3
3
[ ![ pub package] ( https://img.shields.io/pub/v/native_assets_builder.svg )] ( https://pub.dev/packages/native_assets_builder )
4
4
[ ![ package publisher] ( https://img.shields.io/pub/publisher/native_assets_builder.svg )] ( https://pub.dev/packages/native_assets_builder/publisher )
Original file line number Diff line number Diff line change 1
- [ ![ package: native_assets_cli ] ( https://github.com/dart-lang/native/actions/workflows/dart .yaml/badge.svg )] ( https://github.com/dart-lang/native/actions/workflows/dart .yaml )
1
+ [ ![ package: native_assets_cli ] ( https://github.com/dart-lang/native/actions/workflows/native .yaml/badge.svg )] ( https://github.com/dart-lang/native/actions/workflows/native .yaml )
2
2
[ ![ Coverage Status] ( https://coveralls.io/repos/github/dart-lang/native/badge.svg?branch=main )] ( https://coveralls.io/github/dart-lang/native?branch=main )
3
3
[ ![ pub package] ( https://img.shields.io/pub/v/native_assets_cli.svg )] ( https://pub.dev/packages/native_assets_cli )
4
4
[ ![ package publisher] ( https://img.shields.io/pub/publisher/native_assets_cli.svg )] ( https://pub.dev/packages/native_assets_cli/publisher )
Original file line number Diff line number Diff line change 1
- [ ![ dart] ( https://github.com/dart-lang/native/actions/workflows/dart .yaml/badge.svg )] ( https://github.com/dart-lang/native/actions/workflows/dart .yaml )
1
+ [ ![ dart] ( https://github.com/dart-lang/native/actions/workflows/native .yaml/badge.svg )] ( https://github.com/dart-lang/native/actions/workflows/native .yaml )
2
2
[ ![ Coverage Status] ( https://coveralls.io/repos/github/dart-lang/native/badge.svg?branch=main )] ( https://coveralls.io/github/dart-lang/native?branch=main )
3
3
[ ![ pub package] ( https://img.shields.io/pub/v/native_toolchain_c.svg )] ( https://pub.dev/packages/native_toolchain_c )
4
4
[ ![ package publisher] ( https://img.shields.io/pub/publisher/native_toolchain_c.svg )] ( https://pub.dev/packages/native_toolchain_c/publisher )
You can’t perform that action at this time.
0 commit comments