mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-02-13 22:13:58 +00:00
fix - ubuntu 18.04 and 20.04 package build
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -3,10 +3,14 @@ sudo: required
|
||||
|
||||
language: cpp
|
||||
|
||||
addons:
|
||||
artifacts: true
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- master_nc
|
||||
- bugfix/RND-467-screenshot-ubuntu-packages-are-broken-18.04-20.04
|
||||
|
||||
cache:
|
||||
directories:
|
||||
@@ -84,9 +88,9 @@ script:
|
||||
- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then source .travis/linux_script.sh; fi
|
||||
# - if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then source .travis/osx_script.sh; fi
|
||||
|
||||
after_success:
|
||||
- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then source .travis/linux_after_success.sh; fi
|
||||
- echo "Download URL is $TEMP_DOWNLOAD_URL ."
|
||||
#after_success:
|
||||
# - if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then source .travis/linux_after_success.sh; fi
|
||||
# - echo "Download URL is ${TEMP_DOWNLOAD_URL} "
|
||||
|
||||
# deploy:
|
||||
# # Deploy packages to Github Release
|
||||
|
||||
Reference in New Issue
Block a user