Stagin' branch and deployment
This commit is contained in:
parent
e47043ebd7
commit
7f85ba1f13
@ -5,7 +5,7 @@ python:
|
|||||||
- '2.7'
|
- '2.7'
|
||||||
install:
|
install:
|
||||||
- pip install --quiet -r ci/requirements.txt
|
- pip install --quiet -r ci/requirements.txt
|
||||||
- git clone https://github.com/QubesOS/qubes-builder ~/qubes-builder
|
- git clone https://github.com/"${TRAVIS_REPO_SLUG%%/*}"/qubes-builder ~/qubes-builder
|
||||||
# debootstrap in trusty is old...
|
# debootstrap in trusty is old...
|
||||||
before_script: sudo ln -s sid /usr/share/debootstrap/scripts/stretch
|
before_script: sudo ln -s sid /usr/share/debootstrap/scripts/stretch
|
||||||
script:
|
script:
|
||||||
@ -15,6 +15,9 @@ script:
|
|||||||
env:
|
env:
|
||||||
- DIST_DOM0=fc23 USE_QUBES_REPO_VERSION=3.2 USE_QUBES_REPO_TESTING=1
|
- DIST_DOM0=fc23 USE_QUBES_REPO_VERSION=3.2 USE_QUBES_REPO_TESTING=1
|
||||||
|
|
||||||
|
after_success:
|
||||||
|
- ~/qubes-builder/scripts/travis-deploy
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
Loading…
Reference in New Issue
Block a user