Commit Graph

14 Commits

Author SHA1 Message Date
David Korth
5b3286af4d rvthtool 2.0.1 2025-06-17 21:19:17 -04:00
David Korth
b0bdcdfa22 rvthtool 2.0 2025-06-16 23:33:16 -04:00
David Korth
a884372d37 appveyor.yml: Switch the Linux image from 'Ubuntu' (18.04) to 'Ubuntu2204'.
The Linux builds have been failing for a while due to an image
configuration issue, and seemingly no one at AppVeyor has noticed:

W: GPG error: https://dl.google.com/linux/chrome/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 32EE5355A6BC6E42
E: The repository 'https://dl.google.com/linux/chrome/deb stable InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
2025-05-24 15:09:33 -04:00
David Korth
9a80f5f390 appveyor.yml: Switch from MSVC 2013 to MSVC 2015.
The AppVeyor MSVC 2013 failed with this error:

src\qrvthtool\RvtHModel.cpp(162): error C2057: expected constant expression

This doesn't happen locally or with newer MSVC.
[static_assert() with an array::size(), which is constexpr.]
2025-02-01 14:45:40 -05:00
David Korth
634438cc4a appveyor.yml: Remove clone_folder.
It's not needed, and it confuses the Linux builds.
2024-04-27 00:23:26 -04:00
David Korth
17bf805ee3 Add AppVeyor Linux compile testing; remove travis-ci configuration files. 2024-04-27 00:01:41 -04:00
David Korth
658e84f06c appveyor.yml: Ignore the l10n_master branch from Crowdin. 2024-04-26 23:55:40 -04:00
David Korth
c3714d869a appveyor.yml: Disable the MinGW-w64 builds for now.
- It ends up using MinGW-w64's getopt_long() instead of our version,
  which doesn't support TCHAR.

- Linking is failing due to multiple definitions of various inline
  functions in the Windows headers.
2020-06-21 23:07:16 -04:00
David Korth
7e72ea998f AppVeyor: Package artifacts for MSVC 2013 Release builds. 2020-06-21 22:54:05 -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
f23e561b36 appveyor.yml: Updated the version number to reflect the v1.1.1 release. 2018-09-23 11:53:44 -04:00
David Korth
e68c91bba7 appveyor.yml: Updated the version number. 2018-06-07 01:35:31 -04:00
David Korth
8afead6ff0 appveyor.yml: Use MSVC 2013 to ensure C89/C90 compatibility.
AppVeyor doesn't have MSVC 2010 anymore, and MSVC 2015 added more
C99 functionality (including declaring variables after statements),
so let's use the oldest MSVC available on AppVeyor, MSVC 2013.
2018-01-24 01:11:05 -05:00
David Korth
0ca999c13d Added travis-ci and appveyor build instructions. 2018-01-17 23:20:55 -05:00