-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
33 lines (33 loc) · 1.38 KB
/
.travis.yml
File metadata and controls
33 lines (33 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
language: generic
matrix:
include:
- os: linux
dist: bionic
sudo: false
addons:
apt:
sources:
- sourceline: deb [arch=amd64] https://packages.microsoft.com/ubuntu/18.04/prod
bionic main
key_url: https://packages.microsoft.com/keys/microsoft.asc
packages:
- powershell
before_install:
- sudo apt-get update
- sudo apt-get install python3.6-venv
install:
- sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 10
- "./scripts/init-env.sh"
script:
- pwsh ./scripts/run.ps1
deploy:
provider: releases
api_key:
secure: "MVPXCzxazAkheuUbKWWuf/FWuon2/JHL+j87sDHNzjzEpb1KCIbBZDdB5/HQ65mdc5e5hzOHK//ifCRq74AMBIQnvkT4om2/x/MaDpRHcP9f1VthANqjpGCMUyYJdiMQMMh9b7Q2g/FUtOQVOqLaor13bWomW/+pT5NnUz2+m36Vz5c6BJUZKSuMNDlozfJUBgIMhkzlkrLJfaL0pv3W8lonawRKnnMFqs89JR1LmIprRQQJqXYunMmyZ2p9+wuqHmr5O+7wM/FlmDh1gb3+pJSys+hqdkUabMK+9o0VSYs2lpZFbs9nlaPdEcEgswxoFVBJRvjEJm+AKvN9C30tTp3HZQ7wfEXYIOns5aIe3VA/Yr4TW2JgHzeuUFw1qXbSscIIcUjIOgKXAYjetGmYPcQNX++y2Yxa3kiK6OtYYghQfaXuIB6CJFHVaYRmpgxptNYcBaUK7X2OQAv8VQymbxDlCEOYs83sJE0M1XAZBLBmhQou/3AxOar4gBhPwXzhSz0JIfX3DjnNHRBjRVs1ObcYypoMCRKLsbmmJejxeVc9Vmb+SN0U+Ew71KyTuUeR8DdVuMJM2bpROxVKrMhWzuLpFY2CZgc5z856kbLFADHUDXzx07F4LO848OqOU44Eqi3YjcewyydwtsfpGEQwXVsjbz5ly7ORtS4thVa5uZs="
file_glob: true
file:
- dist/FiraCodeScript-*.ttf
skip_cleanup: true
on:
tags: true
edge: true