Skip to content

Commit

Permalink
Remove test files
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain M committed Jan 16, 2020
1 parent df4c4be commit e40aa5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
11 changes: 5 additions & 6 deletions build-aux/flatpak/com.github.alainm23.planner.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,11 @@
{
"name": "planner",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://github.com/alainm23/planner.git"
}
]
"sources": [{
"type": "archive",
"url": "https://github.com/alainm23/planner/archive/2.0.2.zip",
"sha256": "d9d45c297d09afffbadae28434f19c2244ef726a0b6295bf2932cd85b7afecdd"
}]
}
]
}
12 changes: 0 additions & 12 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,3 @@ i18n.merge_file(
install: true,
install_dir: join_paths(get_option('datadir'), 'metainfo')
)

test (
'Validate desktop file',
find_program('desktop-file-validate'),
args: join_paths(meson.current_build_dir (), meson.project_name() + '.desktop')
)

test (
'Validate appdata file',
find_program('appstreamcli'),
args: ['validate', join_paths(meson.current_build_dir (), meson.project_name() + '.appdata.xml')]
)

0 comments on commit e40aa5e

Please sign in to comment.