Re-attach to master in CI scripts to satisfy auto version tooling.
This commit is contained in:
@@ -27,6 +27,7 @@ install:
|
|||||||
- set PATH=%PATH%;%QTDIR%/bin
|
- set PATH=%PATH%;%QTDIR%/bin
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
|
- git checkout master # re-attach to master to satisfy auto version tooling
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake -G "Visual Studio 15 2017 Win64" -DCMAKE_PREFIX_PATH=%QTDIR% ..
|
- cmake -G "Visual Studio 15 2017 Win64" -DCMAKE_PREFIX_PATH=%QTDIR% ..
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ install:
|
|||||||
- source /opt/qt5*/bin/qt5*-env.sh
|
- source /opt/qt5*/bin/qt5*-env.sh
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- git checkout master # re-attach to master to satisfy auto version tooling
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr
|
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr
|
||||||
|
|||||||
Reference in New Issue
Block a user