mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Fix Travis deploy behaviour
This commit is contained in:
parent
528f16c5e1
commit
d81076f720
@ -13,7 +13,7 @@ matrix:
|
|||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
before_install:
|
before_install:
|
||||||
- docker run -d --name xenial -v $(dirname $(pwd)):/root -v /home/travis/package:/package
|
- docker run -d --name xenial -v $(dirname $(pwd)):/root -v /home/travis/package:/package -e TRAVIS_BRANCH="$TRAVIS_BRANCH"
|
||||||
-w /root nimmis/ubuntu:16.04
|
-w /root nimmis/ubuntu:16.04
|
||||||
- docker exec -it xenial /root/obs-websocket/CI/install-dependencies-xenial.sh
|
- docker exec -it xenial /root/obs-websocket/CI/install-dependencies-xenial.sh
|
||||||
script:
|
script:
|
||||||
@ -25,7 +25,7 @@ matrix:
|
|||||||
osx_image: xcode8.3
|
osx_image: xcode8.3
|
||||||
before_install: "./CI/install-dependencies-osx.sh"
|
before_install: "./CI/install-dependencies-osx.sh"
|
||||||
script: "./CI/build-osx.sh"
|
script: "./CI/build-osx.sh"
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: s3
|
provider: s3
|
||||||
region: eu-central-1
|
region: eu-central-1
|
||||||
@ -35,8 +35,7 @@ deploy:
|
|||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
file_glob: true
|
file_glob: true
|
||||||
file: "/home/travis/package/*.deb"
|
file: "/home/travis/package/*.deb"
|
||||||
|
acl: public_read
|
||||||
on:
|
on:
|
||||||
repo: Palakis/obs-websocket
|
repo: Palakis/obs-websocket
|
||||||
condition: "$TRAVIS_OS_NAME = linux"
|
condition: "$TRAVIS_OS_NAME = linux"
|
||||||
branch: true
|
|
||||||
tags: true
|
|
@ -24,5 +24,3 @@ PAGER=cat checkinstall -y --type=debian --fstrans=no --nodoc \
|
|||||||
--pakdir="/package"
|
--pakdir="/package"
|
||||||
|
|
||||||
chmod ao+r /package/*
|
chmod ao+r /package/*
|
||||||
|
|
||||||
ls -lh /package
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user