mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-20 22:55:00 +08:00
add preliminary travis deploy section
This commit is contained in:
@@ -42,3 +42,12 @@ env:
|
||||
|
||||
script:
|
||||
- ./tools/build.sh
|
||||
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key: "GITHUB OAUTH TOKEN"
|
||||
file: Firmware/deploy/*
|
||||
skip_cleanup: true
|
||||
on:
|
||||
branch: master
|
||||
tags: true
|
||||
|
||||
Reference in New Issue
Block a user