From 0b0d9a1ac408856a70d8b3218e2214d973886b50 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Sat, 30 Jan 2021 15:44:04 +0200 Subject: [PATCH] Test Cosmopolitan in Wine --- .github/workflows/tests.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 345a956..769e47e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -236,6 +236,17 @@ jobs: run: | cd test python3 run-wasi-test.py --fast --exec "../platforms/cosmopolitan/wasm3.com" + - name: Install Wine64 + run: | + sudo apt install wine64 + - name: Test WebAssembly spec (in Wine) + run: | + cd test + python3 run-spec-test.py --exec "wine ../platforms/cosmopolitan/wasm3.com --repl" + - name: Test WASI apps (in Wine) + run: | + cd test + python3 run-wasi-test.py --fast --exec "wine ../platforms/cosmopolitan/wasm3.com" build-cross-qemu: runs-on: ubuntu-latest