wasmer/.travis.yml

30 lines
498 B
YAML
Raw Normal View History

2019-11-10 14:26:11 -06:00
arch:
- arm64
language: rust
rust:
- nightly
script:
2019-11-10 14:51:06 -06:00
- make spectests-singlepass
- make release-singlepass
- make wapm
- make build-install
- cp ./wasmer.tar.gz ./artifacts/$(./scripts/binary-name.sh)
2019-11-20 19:43:02 -08:00
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
2019-11-10 14:51:06 -06:00
addons:
apt:
packages:
2019-11-10 14:58:55 -06:00
- cmake
branches:
only:
- feature/singlepass-aarch64