Skip to content

Commit

Permalink
Tag for wasm check job (paritytech#2538)
Browse files Browse the repository at this point in the history
* tag for wasm tst
  • Loading branch information
TriplEight authored May 13, 2019
1 parent 32da64c commit b32b540
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ variables:
GIT_STRATEGY: fetch
CARGO_HOME: "/ci-cache/${CI_PROJECT_NAME}/cargo/${CI_JOB_NAME}"
SCCACHE_DIR: "/ci-cache/${CI_PROJECT_NAME}/sccache"
SCCACHE_CACHE_SIZE: 50G
CI_SERVER_NAME: "GitLab CI"
DOCKER_OS: "debian:stretch"
ARCH: "x86_64"
Expand Down Expand Up @@ -102,6 +101,8 @@ check-web-wasm:
- time cargo web build -p substrate-state-db
- time cargo web build -p substrate-state-machine
- time cargo web build -p substrate-trie
tags:
- linux-docker

.build-only: &build-only
only:
Expand Down

0 comments on commit b32b540

Please sign in to comment.