Commit Graph

88 Commits

Author SHA1 Message Date
Jan W. Krieger
1dc569d534
Update appveyor.yml: Add C++20 build
Some checks are pending
CodeQL / Analyze (cpp) (push) Waiting to run
Doxygen build&deploy / build (push) Waiting to run
MSVC-CodeAnalysis / Analyze (push) Waiting to run
2024-10-15 21:53:49 +02:00
Jan W. Krieger
b65da26c0f
Update appveyor.yml 2024-09-18 17:45:27 +02:00
Jan W. Krieger
8b22212d5d
Update appveyor.yml: bumped Qt-version for Ubuntu AppVeyor-builds 2024-03-14 09:59:10 +01:00
Jan W. Krieger
ffb33a507e
Update appveyor.yml: bumped QT-Versions up 2024-02-23 13:12:02 +01:00
jkriege2
f234f41540 appveyor.yml: deactivate artifacts 2024-01-28 12:02:04 +01:00
jkriege2
bcbce121c1 ensure that either CMAKE_BUILD_TYPE or CMAKE_CONFIGURATION_TYPES is set in CMake 2024-01-27 14:20:31 +01:00
jkriege2
16d44d6a63 more bugfixes to appveyor.yml 2024-01-27 00:33:42 +01:00
jkriege2
cffefc4b62 appveyor.yml: generating DEBUG-build only 2024-01-26 21:16:29 +01:00
jkriege2
63a49ef94b less noise in appveyor.yml 2024-01-26 19:55:26 +01:00
jkriege2
69e8cdf1fa improved appveyor.yml show-instruction for unit-test results on windows-image 2024-01-26 19:51:04 +01:00
jkriege2
73d3dff405 appveyor.yml: less artifacts 2024-01-26 19:06:50 +01:00
jkriege2
6cab8dd3b0 some modifications to appveyor.yml ... and status-messages in simpletest_cmake 2024-01-26 18:35:49 +01:00
jkriege2
29bdaad85b update appveyor.yml 2024-01-24 22:47:07 +01:00
jkriege2
1c9557c0d8 fixed appveyor.yml 2024-01-23 12:08:31 +01:00
jkriege2
a7e723d836 fix test-declaration in CMake-Files 2024-01-23 11:51:50 +01:00
jkriege2
326bb3650a fix appveyor.yml 2024-01-23 01:02:25 +01:00
jkriege2
4695f35770 fixed unit tests in appveyor.yml 2024-01-23 01:00:55 +01:00
jkriege2
31759543da NEW: add unit-test facilities (incl. running them on AppVeyor) 2024-01-21 21:58:56 +01:00
jkriege2
f7cbb1dea8 add example and explanation for use of CMake's FetchCOnten-API 2024-01-17 20:42:12 +01:00
jkriege2
2e2730dcd8 fix appveyor.yml 2024-01-16 16:58:23 +01:00
Jan W. Krieger
189b06d80a
Update appveyor.yml 2024-01-16 13:26:02 +01:00
Jan W. Krieger
bb72e4ead9
Update appveyor.yml 2024-01-16 13:21:56 +01:00
Jan W. Krieger
0d96f7188c
Update appveyor.yml 2024-01-16 13:14:02 +01:00
Jan W. Krieger
be58f32d76
Update appveyor.yml 2024-01-16 13:11:37 +01:00
Jan W. Krieger
885b747cd9
Update appveyor.yml 2024-01-16 13:10:38 +01:00
jkriege2
b0df7a1fd7 NEW/BREAKING: provide general targets JKQTPlotter5/6::JKQTPlotter5/6, JKQTPlotter5/6::JKQTMathText5/6, ... which are independent of the type of build (shared/static)
NEW/BREAKING: refactor CMake-Code, so static/dynamic switch is done via <code>BUILD_SHARED_LIBS</code>, which retires <code>JKQtPlotter_BUILD_STATIC_LIBS</code>, <code>JKQtPlotter_BUILD_SHARED_LIBS</code> and removes the capability to build static and shared libraries in one location (fixes issue #104)
NEW: prepareed library for CMake's <a href="https://cmake.org/cmake/help/latest/module/FetchContent.html">FetchContent</a>-API
NEW: the different sub-libraries JKQTPlotter, JKQTFastPlotter (DEPRECATED), JKQTMath, JKQTMathText can be activated/deactivated with CMake options JKQtPlotter_BUILD_LIB_JKQTPLOTTER, JKQtPlotter_BUILD_LIB_JKQTFASTPLOTTER, JKQtPlotter_BUILD_LIB_JKQTMATHTEXT, JKQtPlotter_BUILD_LIB_JKQTMATH
2024-01-16 13:07:08 +01:00
Jan W. Krieger
498a552335
Update appveyor.yml 2024-01-15 15:06:17 +01:00
jkriege2
afbc565762 modify appveyor-build ... still does not work for CImag 2023-10-25 18:39:28 +02:00
jkriege2
2b8c2cb5c5 FIX: Appveyor didn't find CImg von Ubuntu 2023-10-25 13:26:45 +02:00
jkriege2
8c3dd031ad modified Qt version in an appveyor-build, as v6.5 was not installed! 2023-07-03 11:57:23 +02:00
jkriege2
4e48d8da5f updated appveyor 2023-07-03 11:34:59 +02:00
jkriege2
4207f25bd4 bumped Qt-Versions in AppVeyor-Builds ... 2023-07-01 17:47:28 +02:00
Jan W. Krieger
8342be0b4f
Update appveyor.yml: apt-get update --> apt update
Hopefully that fixes AppVeyor problems
2023-06-27 21:26:49 +02:00
Jan W. Krieger
dbf50bdba2
Update appveyor.yml 2023-06-27 21:11:51 +02:00
Jan W. Krieger
796f9826cc
Update appveyor.yml 2023-06-27 21:09:43 +02:00
Jan W. Krieger
97e9ecf11b
Update appveyor.yml 2023-06-26 23:39:09 +02:00
Jan W. Krieger
68f94e7381
Update appveyor.yml
try to fix appveyor build problem
2023-06-26 10:19:55 +02:00
jkriege2
99408c368a try fixing broken AppVeyor build 2023-05-28 14:29:03 +02:00
jkriege2
e132b5bf96 tried to improve Appveyor build-script to increase build speed 2022-07-23 12:40:05 +02:00
jkriege2
1f0b815b49 AppVeyor only buolds libs now in QMake-mode (speed-increase + won't spend time in deprecated build-system for broken dependency management in QMake) 2022-07-22 20:01:39 +02:00
Jan W. Krieger
bfc46de304
Update appveyor.yml 2022-07-20 20:58:11 +02:00
Jan W. Krieger
1bdf987b92
Update appveyor.yml 2022-07-20 19:37:09 +02:00
Jan W. Krieger
f04264d6a2
Update appveyor.yml 2022-07-20 17:51:56 +02:00
Jan W. Krieger
1a1d9762f6
Update appveyor.yml 2022-07-20 13:34:26 +02:00
Jan W. Krieger
64d6b1d08f
Update appveyor.yml 2022-07-20 12:34:14 +02:00
Jan W. Krieger
a132482f7b
Update appveyor.yml 2022-07-20 07:29:04 +02:00
jkriege2
c7c2d3382d defined MAKETOOL 2022-07-19 21:48:53 +02:00
jkriege2
ee330127f0 Appveyor: removed matrix: exclude:... 2022-07-19 20:22:09 +02:00
jkriege2
eb44af9b32 AppVeyor: added qmake build 2022-07-19 19:01:05 +02:00
jkriege2
5d9ed12bd8 AppVeyor: add QMake build 2022-07-19 16:03:23 +02:00