mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
wip
This commit is contained in:
parent
e1e1bb3e21
commit
ebe129c083
11
.travis.yml
11
.travis.yml
@ -13,11 +13,6 @@ cache:
|
|||||||
directories:
|
directories:
|
||||||
- $HOME/astyle
|
- $HOME/astyle
|
||||||
|
|
||||||
#useless?
|
|
||||||
#stages:
|
|
||||||
# - build
|
|
||||||
# - deploy
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
# Build stage. To save time, run all kinds of builds and tests in parallel.
|
# Build stage. To save time, run all kinds of builds and tests in parallel.
|
||||||
@ -83,10 +78,8 @@ jobs:
|
|||||||
# Deploy stage.
|
# Deploy stage.
|
||||||
# Here we build the package JSON (always) and do the deployments
|
# Here we build the package JSON (always) and do the deployments
|
||||||
- name: "Package / deploy"
|
- name: "Package / deploy"
|
||||||
# TRAVIS_PULL_REQUEST_BRANCH:
|
# require the branch name to NOT be master (note for PRs this is the base branch name)
|
||||||
# if the current job is a pull request, the name of the branch from which the PR originated.
|
if: branch != master
|
||||||
# if the current job is a push build, this variable is empty ("").
|
|
||||||
if: env(TRAVIS_PULL_REQUEST_BRANCH) = ""
|
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script: $TRAVIS_BUILD_DIR/tests/common.sh
|
script: $TRAVIS_BUILD_DIR/tests/common.sh
|
||||||
env: BUILD_TYPE=package
|
env: BUILD_TYPE=package
|
||||||
|
Loading…
x
Reference in New Issue
Block a user