summaryrefslogtreecommitdiff
path: root/appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* appveyor.yml - switch to macos-montereyAllen Winter2023-03-241-1/+1
|
* appveyor.yml - don't use LIBICAL_DEVMODE_MEMORY_CONSISTENCY on LinuxAllen Winter2022-10-031-1/+2
| | | | | because we're also building with GOBJECT_INSPECTION and for now that doesn't work in combination with memory consistency checking.
* appveyor.yml - use -DLIBICAL_DEVMODE_MEMORY_CONSISTENCY=TrueAllen Winter2022-10-031-2/+2
|
* Merge branch '3.0'Allen Winter2022-09-151-1/+1
|\
| * appveyor.yml - switch to image Ubuntu2004Allen Winter2022-09-151-1/+1
| | | | | | | | | | Ubuntu (default) has a broken doxygen install and I don't want hack around that.
* | Merge branch '3.0'Allen Winter2022-04-271-1/+1
|\ \ | |/
| * appveyor.yml - remove /usr/local/include/X11 on MacAllen Winter2022-04-271-1/+1
| | | | | | | | | | see https://github.com/appveyor/ci/issues/3786 should be fixed by appveyor at some point
* | appveyor.yml - don't install gobject-introspection vala for MacAllen Winter2022-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We haven't been building GOBJECT_INTROSPECTION or ICAL_GLIB_VAPI anyway and now the homebrew packages for cairo are broken ie. ==> Pouring xorgproto--2021.5.all.bottle.tar.gz Error: The `brew link` step did not complete successfully The formula built, but is not symlinked into /usr/local Could not symlink include/X11 Target /usr/local/include/X11 already exists. You may want to remove it: rm '/usr/local/include/X11' To force the link and overwrite all conflicting files: brew link --overwrite xorgproto To list all files that would be deleted: brew link --overwrite --dry-run xorgproto Possible conflicting files are: /usr/local/include/X11 -> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/Current/Headers/X11
* | buildsystem - fix all uninitialized cmake warningsAllen Winter2022-03-051-2/+2
|/
* appveyor.yml - move Ubuntu first in the images listAllen Winter2021-11-091-1/+1
|
* appveyor - try again to setup msvc envAllen Winter2021-11-071-14/+1
|
* appveyor.yml - attempt to fix using msvc on WindowsAllen Winter2021-11-071-1/+18
| | | | otherwise it uses clang
* appveyor.yml - gobject-introspection build fails on MacAllen Winter2021-11-071-1/+1
| | | | | | | | | FAILED: src/libical/ICal-3.0.gir /Users/appveyor/projects/libical/build/src/libical/ICal-3.0.gir cd /Users/appveyor/projects/libical/build/src/libical && /Applications/CMake.app/Contents/bin/cmake -E env "CC='/Applications/Xcode-12.3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc'" /usr/local/Cellar/gobject-introspection/1.70.0_1/bin/g-ir-scanner --c-include=libical/ical.h --pkg-export libical --identifier-prefix=ical -I/Users/appveyor/projects/libical/src/libical /Users/appveyor/projects/libical/build/src/libical/ical.h --namespace=ICal --nsversion=3.0 --no-libtool --library=ical --include=GObject-2.0 -L/Users/appveyor/projects/libical/build/lib --output /Users/appveyor/projects/libical/build/src/libical/ICal-3.0.gir --accept-unprefixed In file included from /Users/appveyor/projects/libical/build/src/libical/g-ir-cpp-sqp1qszx.c:4: /Users/appveyor/projects/libical/build/src/libical/ical.h:137:10: fatal error: 'time.h' file not found ^~~~~~~~ 1 error generated.
* appveyor.yml - on Mac, try specifying the PKG_CONFIG_PATHAllen Winter2021-11-071-1/+1
| | | | an attempt to fix finding gobject-introspection-1.0
* appveyor.yml - install pkg-config on MacAllen Winter2021-11-061-1/+1
|
* appveyor.yml - try again with GOBJECT_INTROSPECTION and ICAL_GLIB_VAPIAllen Winter2021-11-061-4/+2
|
* appveyor.yml - disable Vala againAllen Winter2021-11-061-2/+2
|
* appveyor.yml - againAllen Winter2021-11-061-6/+3
|
* appveyor.yml - disable GOBJECT_INTROSPECTION and GLIB_VAPIAllen Winter2021-11-061-1/+3
| | | | | | pkgconfig reports: No package 'gobject-introspection-1.0' found need to investigate this
* appveyor.yml - install gobject-introspectionAllen Winter2021-11-061-1/+1
| | | | on Linux and Mac
* appveyor.yml - build more features on Linux and MacAllen Winter2021-11-061-3/+3
|
* appveyor.yml - restore Ninja on WindowsAllen Winter2021-11-061-1/+1
|
* appveyor.yml - Ninja build on Windows isn't working.Allen Winter2021-11-061-2/+2
| | | | temporarily switch to using NMake Makefiles on Windows
* appveyor.yml - more fixesAllen Winter2021-11-061-3/+6
|
* appveyor.yml - deal with gtk-docAllen Winter2021-11-061-2/+2
| | | | | disable on Windows install gtk-doc packages on Mac and Ubuntu
* appveyor.yml - add more configs and platforms. modernizeAllen Winter2021-11-061-15/+19
|
* appveyor.yml - remove 2019 configAllen Winter2021-04-111-1/+0
|
* appveyor.yml - remove msvc2012 and add msvc2019Allen Winter2021-04-111-3/+2
| | | | note that the 3.0 branch no longer builds with msvc2012
* Revert "appveyor - trying to support more compilers and platforms"Allen Winter2018-08-211-58/+45
| | | | This reverts commit 5a2fdd92346305d3b6992ee379f258323557d5c1.
* appveyor.yml - try mingwAllen Winter2018-08-191-21/+21
|
* appveyor.yml - remove msvc2013 x86Allen Winter2018-08-191-3/+3
|
* appveyor.yml - ninja againAllen Winter2018-08-191-5/+6
|
* appveyor.yml - comment out the ninja buildsAllen Winter2018-08-191-12/+12
|
* appveyor.yml - typo-- (first of many, I expect)Allen Winter2018-08-191-1/+1
|
* appveyor - trying to support more compilers and platformsAllen Winter2018-08-191-45/+57
|
* appveyor.yml - nevermind about msvc2015Allen Winter2017-05-281-1/+1
|
* appveyor.yml - let's try building for MSVC2015Allen Winter2017-05-281-1/+1
|
* icaltzutil_fetch_timezone now creates VTIMEZONE components using RRULEs ↵Kent Sutherland2017-05-271-1/+1
| | | | | | | | rather than expanding out every year (if USE_INTEROPERATIVE_VTIMEZONES was off) or using a single time zone back to 1970 (if it was one). This creates more accurate time zones that are compatible with dates whose time zones have since transitioned to a different offset (such as a date in America/New_York in 1980). Removed icaltzutil_set_exact_vtimezones_support and icaltzutil_get_exact_vtimezones_support. Removed USE_INTEROPERABLE_VTIMEZONES.
* appveyor.yml - give up on MSVC2015 and MinGW for nowAllen Winter2016-08-141-3/+2
|
* appveyor.yml - add a print for pathAllen Winter2016-08-131-0/+1
|
* appveyor.yml - fix MinGW build, hopefullyAllen Winter2016-08-101-1/+1
|
* appveyor.yml - add configurationsAllen Winter2016-08-101-4/+7
|
* appveyor.yml - copyAllen Winter2016-06-261-0/+77