Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rogge <andreas.rogge@bareos.com>2019-11-14 16:55:41 +0300
committerAndreas Rogge <andreas.rogge@bareos.com>2019-11-14 18:26:54 +0300
commit7dbb7e7be8628197a7667b5862da02f0b1481d3e (patch)
treec16af7916e6ec885875ed4d4f20a8a18a610be41 /.travis.yml
parent610660b00c2136702cc5aed9ce3f3d72f6d6b632 (diff)
travis: write version files so the build works again
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3f27616b6..5acb1006b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,8 @@ sudo: required
language: cpp
compiler:
- gcc
+git:
+ depth: false
# This project also uses Coverity Scan https://scan.coverity.com/
# However, the Travis coverity scan addon (as of 19.02.2014) does not fit our needs,
@@ -54,6 +56,7 @@ before_install:
before_script:
# changelog file is required (and normally generated by OBS)
- cp -a core/platforms/packaging/bareos.changes core/debian/changelog
+ - cmake -P write_version_files.cmake
- if [ -n "${BUILD_WEBUI}" ]; then cp -a webui/packaging/obs/bareos-webui.changes webui/debian/changelog; fi
# build and install Bareos packages
- .travis/travis_before_script.sh