forked from liberodark/ODrive
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
35 lines (35 loc) · 671 Bytes
/
.travis.yml
File metadata and controls
35 lines (35 loc) · 671 Bytes
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
34
35
language: node_js
matrix:
include:
- os: linux
env: DIST=linux
node_js:
- "12"
- "13"
- os: windows
env: DIST=windows
node_js:
- "12"
- "13"
- os: osx
env: DIST=mac
node_js:
- "12"
- "13"
script:
- npm run test
- npm run postinstall
- npm run release-$DIST
deploy:
provider: releases
api_key: $GITHUB_TOKEN
skip_cleanup: true
file_glob: true
file:
- "dist/odrive_*_amd64.deb"
- "dist/odrive_*_amd64.snap"
- "dist/OpenDrive.*.AppImage"
- "dist/OpenDrive.Setup.*.exe"
- "dist/OpenDrive-*.dmg"
on:
branch: release