image: alpine:3 pages: before_script: - export PATH="$PATH:$HOME/.cargo/bin" - apk add npm make curl build-base - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --profile minimal --quiet -y - curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh script: - make artifacts: paths: - public only: refs: - master