Commit d413a03 1 parent ed2c76f commit d413a03 Copy full SHA for d413a03
File tree 1 file changed +18
-2
lines changed
1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 32
32
paths :
33
33
- target
34
34
35
- wasm -test :
35
+ emscripten -test :
36
36
working_directory : ~/winit
37
37
docker :
38
38
- image : tomaka/rustc-emscripten
43
43
key : wasm-test-cache-{{ checksum "Cargo.toml" }}
44
44
- run : cargo build --example window --target wasm32-unknown-emscripten
45
45
- save_cache :
46
+ key : emscripten-test-cache-{{ checksum "Cargo.toml" }}
47
+ paths :
48
+ - target
49
+
50
+ websys-test :
51
+ working_directory : ~/winit
52
+ docker :
53
+ - image : tomaka/rustc-emscripten
54
+ steps :
55
+ - run : apt-get -qq update && apt-get install -y git
56
+ - checkout
57
+ - restore_cache :
46
58
key : wasm-test-cache-{{ checksum "Cargo.toml" }}
59
+ - run : cargo build --example wasm_bindgen --target wasm32-unknown-unknown --features websys
60
+ - save_cache :
61
+ key : websys-test-cache-{{ checksum "Cargo.toml" }}
47
62
paths :
48
63
- target
49
64
@@ -53,4 +68,5 @@ workflows:
53
68
jobs :
54
69
- android-test
55
70
- asmjs-test
56
- - wasm-test
71
+ - emscripten-test
72
+ - websys-test
You can’t perform that action at this time.
0 commit comments