gnome-characters:wip/dueno/gitlab-ci

Last commit made on 2018-07-26
Get this branch:
git clone -b wip/dueno/gitlab-ci https://git.launchpad.net/gnome-characters

Branch merges

Branch information

Name:
wip/dueno/gitlab-ci
Repository:
lp:gnome-characters

Recent commits

132c170... by Daiki Ueno <email address hidden>

gitlab-ci: Switch to fedora:latest from fedora:rawhide

986b832... by Daiki Ueno

Merge branch 'profile-option' into 'master'

build: Use meson's default options for devel builds

See merge request GNOME/gnome-characters!18

294c706... by Iñigo Martínez

build: Use meson's default options for devel builds

Following meson porting guidelines[0], the profile option has been
replaced by meson's `buildtype` option. This option offers the
following build types[1]:

- plain
- debug
- debugoptimized
- release

When hacking the source code, the `debug*` options should be used,
and this options can replace the `development` profile, while
`plain` and `release` options can replace the `default` profile.

[0] https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting
[1] http://mesonbuild.com/Running-Meson.html#configuring-the-source

186a9b3... by Daiki Ueno

Merge branch 'issue-38' into 'master'

updated manifest to enable using Builder (Thanks to hergertme for the assistance). Fixes #38

Closes #38

See merge request GNOME/gnome-characters!16

1b438c8... by Gargoyle

Merge branch 'master' into issue-38

3f65ac4... by Daiki Ueno

Merge branch 'issue-36' into 'master'

Clears current characters before searching by category to prevent duplicates…

Closes #36

See merge request GNOME/gnome-characters!15

7b3cdc7... by Gargoyle

updated manifest to enable using Builder (Thanks to hergertme for the assistance). Fixes #38

6f359d0... by Gargoyle

Clears current characters before searching by category to prevent duplicates being added to the results. Fixes #36

3fdf7b4... by Daiki Ueno

Merge branch 'remove-autotools' into 'master'

build: Remove autotools

See merge request GNOME/gnome-characters!3

5597677... by Iñigo Martínez

build: Remove autotools

To avoid the burden of maintaining multiple build systems
autotools support is removed.