diff options
| author | Thomas Lively <tlively@google.com> | 2019-10-25 14:47:05 -0700 |
|---|---|---|
| committer | Thomas Lively <tlively@google.com> | 2019-10-25 15:16:49 -0700 |
| commit | 29d6aaae32df46f0f8101be6aafd9594ece8ad64 (patch) | |
| tree | ade823420d6cf6aea4f6010260b5340044c8f9ac | |
| parent | 62c3443e9659be2bf0ae53df1421c846ceaca904 (diff) | |
| download | rust-29d6aaae32df46f0f8101be6aafd9594ece8ad64.tar.gz rust-29d6aaae32df46f0f8101be6aafd9594ece8ad64.zip | |
Temporarily enable asmjs and wasm32 CI on PRs
| -rw-r--r-- | src/ci/azure-pipelines/pr.yml | 4 | ||||
| -rw-r--r-- | src/ci/docker/asmjs/Dockerfile (renamed from src/ci/docker/disabled/asmjs/Dockerfile) | 0 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/ci/azure-pipelines/pr.yml b/src/ci/azure-pipelines/pr.yml index 62e23efe1ef..3730fd0f097 100644 --- a/src/ci/azure-pipelines/pr.yml +++ b/src/ci/azure-pipelines/pr.yml @@ -22,6 +22,10 @@ jobs: IMAGE: x86_64-gnu-llvm-6.0 mingw-check: IMAGE: mingw-check + wasm32: + IMAGE: wasm32 + wasmjs: + IMAGE: asmjs - job: LinuxTools timeoutInMinutes: 600 diff --git a/src/ci/docker/disabled/asmjs/Dockerfile b/src/ci/docker/asmjs/Dockerfile index e27a2a529a8..e27a2a529a8 100644 --- a/src/ci/docker/disabled/asmjs/Dockerfile +++ b/src/ci/docker/asmjs/Dockerfile |
