forked from simolus3/sqlite3.dart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdart_test.yaml
42 lines (39 loc) · 822 Bytes
/
dart_test.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
tags:
ffi:
test_on: vm
wasm:
test_on: browser
ci_only:
skip: "This test requires special setup and only runs in the GitHub CI action"
platforms: [vm]
override_platforms:
firefox:
settings:
arguments: "-headless"
chrome:
settings:
arguments: "--enable-features=SharedArrayBuffer"
edge:
settings:
arguments: "--enable-features=SharedArrayBuffer"
presets:
full:
platforms: [vm, chrome, firefox]
on_os:
windows:
platforms: [vm, chrome, firefox, edge]
web:
platforms: [chrome, firefox]
on_os:
windows:
platforms: [chrome, firefox, edge]
wasm-only:
add_presets: [web]
compilers: [dart2wasm]
web-full:
add_presets: [web]
compilers: [dart2js, dart2wasm]
ci:
tags:
ci_only:
skip: false