Commit Graph

12 Commits

Author SHA1 Message Date
David Korth
a6cc86d6da appveyor.cmd: Switch to MSVC 2015 and Qt 5.13.
MSVC 2013 doesn't like the updated Google Test:

extlib\googletest\googletest\include\gtest/internal/gtest-port.h(2102):
	error C3409: empty attribute block is not allowed

Also, Qt 5.8 isn't present on AppVeyor anymore. Use Qt 5.13, which is
available for MSVC 2015.
2025-05-30 21:01:53 -04:00
David Korth
36324703d8 appveyor.cmd: Assume MSVC 2013 if %compiler% isn't set.
TODO: Restore MinGW-w64 support?
2024-04-27 00:05:20 -04:00
David Korth
9b81bcfd6e appveyor.cmd: The MSVC 2013 VMs only have Qt 5.8.
I'd need to switch to the MSVC 2019 VMs for Qt 5.15.2 or Qt 6.
2022-08-08 00:11:28 -04:00
David Korth
a65321428e appveyor.cmd: Try to find *.cmake in C:\Qt\. 2022-08-08 00:09:05 -04:00
David Korth
099065207d appveyor.cmd: Try to fix Qt5 build issues on AppVeyor.
It doesn't set Qt5_DIR properly for some reason.
2022-08-08 00:00:30 -04:00
David Korth
1296392e2f appveyor.cmd: Set Qt5_DIR to build qrvthtool. 2022-08-07 21:36:24 -04:00
David Korth
ea1142abbc appveyor.cmd: Disable gtest in MinGW-w64 builds for now.
In file included from C:/projects/rvthtool/extlib/googletest/googletest/include/gtest/internal/gtest-internal.h:40:0,
                 from C:/projects/rvthtool/extlib/googletest/googletest/include/gtest/gtest.h:58,
                 from C:\projects\rvthtool\extlib\googletest\googletest\src\gtest-all.cc:39:
C:/projects/rvthtool/extlib/googletest/googletest/include/gtest/internal/gtest-port.h:1782:3: error: 'AutoHandle' does not name a type
   AutoHandle thread_;
   ^~~~~~~~~~
2020-06-20 18:08:09 -04:00
David Korth
e7ce689b14 AppVeyor: Build with MinGW-w64 in addition to MSVC 2013.
May need to adjust things for Qt...
2020-06-20 14:06:31 -04:00
David Korth
272a918cd2 appveyor.cmd: Add QTDIR to CMAKE_PREFIX_PATH. 2018-06-07 02:05:30 -04:00
David Korth
4f78de5c2d appveyor.cmd: Updated the CMake command for MSVC 2013. 2018-01-24 01:18:02 -05:00
David Korth
6532e5a187 Enable unit tests in travis-ci and appveyor. 2018-01-20 03:18:15 -05:00
David Korth
0ca999c13d Added travis-ci and appveyor build instructions. 2018-01-17 23:20:55 -05:00