Skip to content

Commit

Permalink
travis ci, again
Browse files Browse the repository at this point in the history
  • Loading branch information
dowster committed Dec 6, 2019
1 parent e269fcf commit 4f6b1c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: c++
language: cpp
os: linux

services:
- docker
Expand All @@ -7,12 +8,11 @@ script:
- docker run --rm -v $PWD/code:/project -w /project espressif/idf idf.py build

before_deploy:
- tar -zcf ${REPO}-${BUILD_ENV}-${TRAVIS_TAG}-${TRAVIS_BUILD_NUMBER}.tar.gz ${REPO}/code/build
- tar -zcf e28-cluster-${TRAVIS_TAG}-${TRAVIS_BUILD_NUMBER}.tar.gz code/build

deploy:
provider: releases
api_key:
secure: ${GH_TOKEN}
token: ${GH_TOKEN}
file: ${REPO}-${BUILD_ENV}-${TRAVIS_TAG}-${TRAVIS_BUILD_NUMBER}.tar.gz
skip_cleanup: true
on:
Expand Down

0 comments on commit 4f6b1c6

Please sign in to comment.