Commit Graph

14 Commits

Author SHA1 Message Date
なつき
3d442b402b
Run qemu with tmpfs (#89) 2022-05-31 17:56:42 -07:00
Natalie Weizenbaum
f2053d7018
Run JS API tests for the Node embedded host (#84)
Since this provides a substantial amount of the Node embedded
implementation, it's sometimes necessary to test that updates continue
to pass (or begin to pass) the JS API tests, as for example in #83.
2022-04-08 16:08:26 -07:00
なつき
38451a4f9a
Deploy linux arm64 release to github (#77) 2022-03-28 15:04:05 -07:00
Christophe Coevoet
2cc136022f
Use dart analyze instead of the old dartanalyzer (#70)
The old dartanalyzer does not take exclude rules into account properly
for linting rules if the excluded file is also imported from a
non-excluded file (which is the case for the files generated by
protobuf). The new tool does not suffer from this issue.
2022-02-09 13:09:30 -08:00
Natalie Weizenbaum
1b072bdedb
Update the CHANGELOG for embedded-host-node before releasing it (#73) 2022-02-01 13:46:38 -08:00
Natalie Weizenbaum
15469fe1a0
Use | rather than > in ci.yml (#72)
The `|` character preserves newlines where `>` does not.
2022-01-31 16:12:20 -08:00
Natalie Weizenbaum
459d95b748
Add dependency_overrides on sass_api for linked PRs (#69) 2022-01-27 13:09:58 -08:00
Natalie Weizenbaum
f26ed515a5
Cut a release of the embedded host after the compiler releases (#68)
Co-authored-by: Awjin Ahn <awjin@google.com>
2022-01-26 17:13:10 -08:00
Natalie Weizenbaum
e12ef6f481 Allow PRs to be linked to the Dart Sass and embedded protocol repos 2022-01-25 17:16:39 -08:00
Natalie Weizenbaum
b402a20757
Refer to "main" branches (#49) 2021-06-29 16:14:01 -07:00
Natalie Weizenbaum
67bd395df5 Add a CI task that checks formatting 2021-06-14 12:44:37 -07:00
Christophe Coevoet
54d067e267
Use the official setup-dart action (#37) 2021-03-03 10:25:28 -08:00
Natalie Weizenbaum
b0680836d4
Use GitHub Actions' bearer: token rather than a basic auth token (#30) 2021-01-20 16:32:18 -08:00
Christophe Coevoet
d18aa4dbbe
Migrate CI to github actions (#28) 2021-01-20 13:21:05 -08:00