wasmer/.travis.yml
2019-11-20 19:43:02 -08:00

30 lines
498 B
YAML

arch:
- arm64
language: rust
rust:
- nightly
script:
- make spectests-singlepass
- make release-singlepass
- make wapm
- make build-install
- cp ./wasmer.tar.gz ./artifacts/$(./scripts/binary-name.sh)
deploy:
provider: releases
file_glob: true
file: artifacts/*
api_key: $GITHUB_OAUTH_TOKEN
# This is set to the previous artifacts are not deleted by travis
skip_cleanup: true
addons:
apt:
packages:
- cmake
branches:
only:
- feature/singlepass-aarch64