Turn on autobuild for the community bundle.
This commit is contained in:
parent
8a9ddbdb88
commit
1b507d7e5e
2 changed files with 22 additions and 0 deletions
21
.travis.yml
Normal file
21
.travis.yml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Travis CI configuration for automated bundle generation.
|
||||
|
||||
dist: trusty
|
||||
sudo: false
|
||||
language: python
|
||||
python:
|
||||
- "3.6"
|
||||
|
||||
cache:
|
||||
pip: true
|
||||
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key: $GITHUB_TOKEN
|
||||
file_glob: true
|
||||
file: bundles/*
|
||||
skip_cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
|
||||
script: circuitpython-build-bundles . bundles
|
||||
1
requirements.txt
Normal file
1
requirements.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
circuitpython-travis-build-tools
|
||||
Loading…
Reference in a new issue