Skip to content

Commit 4e75c0c

Browse files
author
Clement Champetier
committed
Travis: deploy only if linux build
1 parent b526dd3 commit 4e75c0c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,15 @@ after_success:
5050

5151
before_deploy:
5252
- cd ${TRAVIS_BUILD_DIR}
53-
- tar -cvzf avtranscoder_install.tgz ${DEPENDENCY_INSTALL} ${AVTRANSCODER_INSTALL}
53+
- tar -cvzf avtranscoder-dev-${DEPENDENCY_MODE}.tgz ${DEPENDENCY_INSTALL} ${AVTRANSCODER_INSTALL}
5454

5555
deploy:
5656
provider: releases
5757
api_key:
5858
secure: "${GITHUB_RELEASE_API_KEY}"
59-
file: avtranscoder_install.tgz
59+
file: avtranscoder-dev-${DEPENDENCY_MODE}.tgz
6060
skip_cleanup: true
6161
on:
6262
tags: true
63+
condition: ${TRAVIS_OS_NAME} = "linux"
6364

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy