summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* introduce expected ABI break0.9.1Günther Wagner2022-06-191-2/+2
|
* Remove oauth1 proxyGünther Wagner2022-06-191-1/+1
| | | | | | | OAuth1 is discouraged to be used nowadays. Only flickr is the only service we used in the past which needed oauth1. They probably won't update their API to OAuth2 and therefore it was dropped in GOA. Following this example, dropping OAuth1 support too for librest.
* meson: build with soup3 by defaultGünther Wagner2022-06-181-3/+4
| | | | Fixes https://gitlab.gnome.org/GNOME/librest/-/issues/11
* ci: Use upstream check-abiBastien Nocera2022-03-281-1/+2
|
* ci: fix path to check-api scriptGünther Wagner2022-02-031-1/+1
|
* build: add abi-check to check for abi stabilityGünther Wagner2022-02-031-1/+3
|
* ci: Enable examplesBastien Nocera2022-02-021-2/+3
| | | | This tests the libsoup2 build of the examples.
* demo: add flatpak build to gitlab ciGünther Wagner2022-02-011-0/+18
|
* gitlab: don't build examplesGünther Wagner2022-01-181-1/+1
|
* examples: rest demo gui applicationGünther Wagner2022-01-181-1/+1
|
* OAuth2 Pkce WorkflowGünther Wagner2022-01-121-1/+2
|
* Add gi-docgen and proper documentation CIGünther Wagner2021-10-211-1/+56
|
* Add CI for the librest buildsNiels De Graef2021-10-211-0/+27
Given that librest doesn't get a lot of attention anymore, it's useful to at least have this for the occasional contributor. https://gitlab.gnome.org/GNOME/librest/merge_requests/1