vscodium/.travis.yml

58 lines
977 B
YAML
Raw Normal View History

2018-08-13 14:24:40 -04:00
matrix:
include:
- os: linux
sudo: required
2019-04-05 13:13:11 -04:00
env: BUILDARCH=x64
dist: trusty
2019-12-09 14:40:37 -05:00
- os: linux
sudo: required
env: BUILDARCH=arm64
dist: trusty
2019-12-10 10:28:28 -05:00
- os: linux
sudo: required
env: BUILDARCH=arm
dist: trusty
2018-08-13 14:24:40 -04:00
- os: osx
2018-08-13 11:14:15 -04:00
2018-08-13 14:24:40 -04:00
language: node_js
2020-02-17 18:26:57 -05:00
node_js: "12"
2018-08-13 11:14:15 -04:00
before_install:
2018-11-13 11:58:05 -05:00
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"
- . install_deps.sh
2018-08-14 10:25:54 -04:00
- . get_repo.sh
- . check_tags.sh
2018-08-13 11:14:15 -04:00
script:
- ./build.sh
before_deploy:
2019-04-23 20:14:24 -04:00
- ./sign_mac_app.sh
2018-08-13 11:14:15 -04:00
- ./create_zip.sh
- ./create_dmg.sh
- ./sum.sh
2018-08-13 11:14:15 -04:00
deploy:
provider: releases
skip_cleanup: true
2018-09-10 16:18:00 -04:00
overwrite: true
name: $LATEST_MS_TAG
2018-08-13 14:24:40 -04:00
api_key: $GITHUB_TOKEN
2018-08-13 11:14:15 -04:00
file_glob: true
file:
- ./*.sha256
- ./*.zip
- ./*.tar.gz
- ./*.dmg
2019-07-25 12:07:08 -04:00
- ./*.deb
- ./*.rpm
- ./*.AppImage
- ./*.AppImage.zsync
2018-08-13 11:14:15 -04:00
on:
2018-08-14 10:13:34 -04:00
all_branches: true
condition: $SHOULD_BUILD = yes
after_deploy:
- ./update_version.sh