File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed
Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ echo ===========================================================================
1919cd /d %APPVEYOR_BUILD_FOLDER%
2020mkdir build > NUL 2 > NUL
2121cd build
22- cmake -DCMAKE_GENERATOR_PLATFORM=%Platform% -T %PlatformToolset% -DCMAKE_INSTALL_PREFIX=%INSTALL_LOCATION% -DSHELLANYTHING_BUILD_TEST=ON -DBUILD_SHARED_LIBS=OFF ..
22+ cmake -Wno-dev - DCMAKE_GENERATOR_PLATFORM=%Platform% -T %PlatformToolset% -DCMAKE_INSTALL_PREFIX=%INSTALL_LOCATION% -DSHELLANYTHING_BUILD_TEST=ON -DBUILD_SHARED_LIBS=OFF ..
2323if %errorlevel% neq 0 exit /b %errorlevel%
2424
2525echo ============================================================================
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ cd glog
1919echo .
2020
2121echo Checking out version v0.4.0...
22- git checkout v0.4.0
22+ git -c advice.detachedHead=false checkout v0.4.0
2323echo .
2424
2525echo ============================================================================
@@ -36,7 +36,7 @@ echo Compiling...
3636echo ============================================================================
3737mkdir build_dir > NUL 2 > NUL
3838cd build_dir
39- cmake -DCMAKE_GENERATOR_PLATFORM=%Platform% -T %PlatformToolset% -DCMAKE_INSTALL_PREFIX=%glog_DIR% -DBUILD_SHARED_LIBS:BOOL=OFF -DBUILD_STATIC_LIBS:BOOL=ON ..
39+ cmake -Wno-dev - DCMAKE_GENERATOR_PLATFORM=%Platform% -T %PlatformToolset% -DCMAKE_INSTALL_PREFIX=%glog_DIR% -DBUILD_SHARED_LIBS:BOOL=OFF -DBUILD_STATIC_LIBS:BOOL=ON ..
4040if %errorlevel% neq 0 exit /b %errorlevel%
4141cmake --build . --config %Configuration%
4242if %errorlevel% neq 0 exit /b %errorlevel%
Original file line number Diff line number Diff line change @@ -11,22 +11,22 @@ set GTEST_ROOT=%APPVEYOR_BUILD_FOLDER%\third_parties\googletest\install
1111echo ============================================================================
1212echo Cloning googletest into %APPVEYOR_BUILD_FOLDER% \third_parties\googletest
1313echo ============================================================================
14- mkdir %APPVEYOR_BUILD_FOLDER% \third_parties > NUL 2 > NUL
15- cd %APPVEYOR_BUILD_FOLDER% \third_parties
14+ mkdir %APPVEYOR_BUILD_FOLDER% \third_parties2 > NUL 2 > NUL
15+ cd %APPVEYOR_BUILD_FOLDER% \third_parties2
1616git clone " https://github.com/google/googletest.git"
1717cd googletest
1818echo .
1919
2020echo Checking out version 1.8.0...
21- git checkout release-1.8.0
21+ git -c advice.detachedHead=false checkout release-1.8.0
2222echo .
2323
2424echo ============================================================================
2525echo Compiling...
2626echo ============================================================================
2727mkdir build > NUL 2 > NUL
2828cd build
29- cmake -DCMAKE_GENERATOR_PLATFORM=%Platform% -T %PlatformToolset% -DCMAKE_INSTALL_PREFIX=%GTEST_ROOT% -Dgtest_force_shared_crt=ON -DBUILD_GMOCK=OFF -DBUILD_GTEST=ON ..
29+ cmake -Wno-dev - DCMAKE_GENERATOR_PLATFORM=%Platform% -T %PlatformToolset% -DCMAKE_INSTALL_PREFIX=%GTEST_ROOT% -Dgtest_force_shared_crt=ON -DBUILD_GMOCK=OFF -DBUILD_GTEST=ON ..
3030if %errorlevel% neq 0 exit /b %errorlevel%
3131cmake --build . --config %Configuration%
3232if %errorlevel% neq 0 exit /b %errorlevel%
Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ cd RapidAssist
2020echo .
2121
2222echo Checking out version v0.8.1...
23- git checkout 0.8.1
23+ git -c advice.detachedHead=false checkout 0.8.1
2424echo .
2525
2626echo ============================================================================
2727echo Compiling...
2828echo ============================================================================
2929mkdir build > NUL 2 > NUL
3030cd build
31- cmake -DCMAKE_GENERATOR_PLATFORM=%Platform% -T %PlatformToolset% -DCMAKE_INSTALL_PREFIX=%rapidassist_DIR% ..
31+ cmake -Wno-dev - DCMAKE_GENERATOR_PLATFORM=%Platform% -T %PlatformToolset% -DCMAKE_INSTALL_PREFIX=%rapidassist_DIR% ..
3232if %errorlevel% neq 0 exit /b %errorlevel%
3333cmake --build . --config %Configuration%
3434if %errorlevel% neq 0 exit /b %errorlevel%
Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ cd tinyxml2
1919echo .
2020
2121echo Checking out version 6.2.0...
22- git checkout 6.2.0
22+ git -c advice.detachedHead=false checkout 6.2.0
2323echo .
2424
2525echo ============================================================================
2626echo Compiling...
2727echo ============================================================================
2828mkdir build > NUL 2 > NUL
2929cd build
30- cmake -DCMAKE_GENERATOR_PLATFORM=%Platform% -T %PlatformToolset% -DCMAKE_INSTALL_PREFIX=%tinyxml2_DIR% -DBUILD_SHARED_LIBS:BOOL=OFF -DBUILD_STATIC_LIBS:BOOL=ON -DBUILD_TESTS:BOOL=OFF ..
30+ cmake -Wno-dev - DCMAKE_GENERATOR_PLATFORM=%Platform% -T %PlatformToolset% -DCMAKE_INSTALL_PREFIX=%tinyxml2_DIR% -DBUILD_SHARED_LIBS:BOOL=OFF -DBUILD_STATIC_LIBS:BOOL=ON -DBUILD_TESTS:BOOL=OFF ..
3131if %errorlevel% neq 0 exit /b %errorlevel%
3232cmake --build . --config %Configuration%
3333if %errorlevel% neq 0 exit /b %errorlevel%
Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ cd win32Clipboard
2020echo .
2121
2222echo Checking out version v0.3.0...
23- git checkout 0.3.0
23+ git -c advice.detachedHead=false checkout 0.3.0
2424echo .
2525
2626echo ============================================================================
2727echo Compiling...
2828echo ============================================================================
2929mkdir build > NUL 2 > NUL
3030cd build
31- cmake -DCMAKE_GENERATOR_PLATFORM=%Platform% -T %PlatformToolset% -DCMAKE_INSTALL_PREFIX=%INSTALL_LOCATION% ..
31+ cmake -Wno-dev - DCMAKE_GENERATOR_PLATFORM=%Platform% -T %PlatformToolset% -DCMAKE_INSTALL_PREFIX=%INSTALL_LOCATION% ..
3232if %errorlevel% neq 0 exit /b %errorlevel%
3333cmake --build . --config %Configuration%
3434if %errorlevel% neq 0 exit /b %errorlevel%
You can’t perform that action at this time.
0 commit comments