Add a script to run CI for the new x64 backend (#2215)

Co-authored-by: Andrew Brown <andrew.brown@intel.com>
This commit is contained in:
Benjamin Bouvier
2020-09-22 10:43:28 +02:00
committed by GitHub
parent 31165d0e9b
commit c29f4599ac

17
ci/run-experimental-x64-ci.sh Executable file
View File

@@ -0,0 +1,17 @@
#!/bin/bash
cargo +nightly \
-Zfeatures=all -Zpackage-features \
test \
--features test-programs/test_programs \
--features experimental_x64 \
--all \
--exclude wasmtime-lightbeam \
--exclude peepmatic \
--exclude peepmatic-automata \
--exclude peepmatic-fuzzing \
--exclude peepmatic-macro \
--exclude peepmatic-runtime \
--exclude peepmatic-test \
--exclude peepmatic-souper \
--exclude lightbeam