Re-attach to master in CI scripts to satisfy auto version tooling.

This commit is contained in:
Jim Evins
2019-05-05 21:36:16 -04:00
parent b77d57ad08
commit 5108650ee2
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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% ..
+1
View File
@@ -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