David Korth
d87aa0dbde
appveyor.cmd, appveyor.sh: Add ENABLE_ASTC to OPTEN.
...
Also ENABLE_OPENMP in appveyor.cmd.
Note that it doesn't actually do anything right now, since we're not
doing OFF/ON builds in AppVeyor anymore due to taking too long and
timing out after 1hr.
2025-03-29 22:38:25 -04:00
David Korth
f288bb6964
Explicitly specify -DTRACKER_INSTALL_API_VERSION=3 in the CI scripts.
2024-03-30 12:58:39 -04:00
David Korth
63ab42843d
appveyor.sh: Test -DENABLE_OPENMP=OFF and -DENABLE_OPENMP=ON.
...
Note that if -DENABLE_OPENMP=ON is set but the compiler doesn't support
it, OpenMP will be disabled instead of CMake failing.
2023-08-20 10:59:27 -04:00
David Korth
bbbd685077
appveyor.(cmd|sh): Add ENABLE_NLS to the options list.
...
[librptext] conversion.cpp: #include <cstring> to fix breakage if
-DENABLE_NLS=OFF. (i18n.h includes gettext.h, which includes string.h.)
2023-03-18 10:28:25 -04:00
David Korth
69b8657387
appveyor.sh: Don't fail if the build directory already exists.
2022-08-30 19:12:04 -04:00
David Korth
cf578dcd65
appveyor.sh, appveyor.yml: More variable fixes.
...
- appveyor.sh: %OPTFEAT% -> ${OPTFEAT}
- appveyor.yml: ${configuration} -> ${CONFIGURATION}
2022-08-30 18:32:59 -04:00
David Korth
20c6227238
appveyor.sh: Convert from DOS to UNIX line endings.
...
Was copied from appveyor.bat, which has DOS line endings.
2022-08-30 18:29:12 -04:00
David Korth
6a91ee5759
appveyor.yml: Initial attempt to use AppVeyor for Linux builds.
...
- Temporarily disabled most of the Windows builds.
- Added Linux build scripts, including a script run as root to
install packages via `apt-get`.
2022-08-30 18:01:03 -04:00