Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
f1bafb1e0d | |||
fdd6707d2d |
33
.travis.yml
Normal file
33
.travis.yml
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
sudo: required
|
||||||
|
dist: trusty
|
||||||
|
language: python
|
||||||
|
cache:
|
||||||
|
- pip
|
||||||
|
python:
|
||||||
|
- "3.4"
|
||||||
|
- "3.5"
|
||||||
|
- "3.6"
|
||||||
|
- "pypy3"
|
||||||
|
before_install:
|
||||||
|
- sudo apt install rpm dpkg-dev debhelper dh-python python3-setuptools fakeroot python3-serial python3-yaml
|
||||||
|
install:
|
||||||
|
- pip install pyserial pyusb
|
||||||
|
script:
|
||||||
|
- python setup.py build
|
||||||
|
- python setup.py test
|
||||||
|
before_deploy:
|
||||||
|
- deactivate
|
||||||
|
- python3 setup.py bdist_rpm
|
||||||
|
- dpkg-buildpackage -uc -us
|
||||||
|
- cp ../*.deb dist/
|
||||||
|
deploy:
|
||||||
|
provider: releases
|
||||||
|
api_key: $GH_TOKEN
|
||||||
|
file_glob: true
|
||||||
|
file:
|
||||||
|
- dist/stcgal*_all.deb
|
||||||
|
- dist/stcgal*.noarch.rpm
|
||||||
|
skip_cleanup: true
|
||||||
|
on:
|
||||||
|
tags: true
|
||||||
|
python: "3.4"
|
@ -1,3 +1,5 @@
|
|||||||
|
[](https://travis-ci.org/grigorig/stcgal)
|
||||||
|
|
||||||
stcgal - STC MCU ISP flash tool
|
stcgal - STC MCU ISP flash tool
|
||||||
===============================
|
===============================
|
||||||
|
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
stcgal (1.4) unstable; urgency=low
|
||||||
|
|
||||||
|
* Update to 1.4
|
||||||
|
|
||||||
|
-- Grigori <greg@chown.ath.cx> Tue, 19 Sep 2017 17:57:11 +0200
|
||||||
|
|
||||||
stcgal (1.3) unstable; urgency=low
|
stcgal (1.3) unstable; urgency=low
|
||||||
|
|
||||||
* Update to 1.3
|
* Update to 1.3
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = "1.3"
|
__version__ = "1.4"
|
||||||
|
Reference in New Issue
Block a user