From 5108650ee27bb17127b84300ff35a13a713b34bc Mon Sep 17 00:00:00 2001 From: Jim Evins Date: Sun, 5 May 2019 21:36:16 -0400 Subject: [PATCH] Re-attach to master in CI scripts to satisfy auto version tooling. --- .appveyor.yml | 1 + .travis.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 66a4c85..40d0245 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -27,6 +27,7 @@ install: - set PATH=%PATH%;%QTDIR%/bin build_script: + - git checkout master # re-attach to master to satisfy auto version tooling - mkdir build - cd build - cmake -G "Visual Studio 15 2017 Win64" -DCMAKE_PREFIX_PATH=%QTDIR% .. diff --git a/.travis.yml b/.travis.yml index 45fec74..2f012d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ install: - source /opt/qt5*/bin/qt5*-env.sh script: + - git checkout master # re-attach to master to satisfy auto version tooling - mkdir build - cd build - cmake .. -DCMAKE_INSTALL_PREFIX=/usr