mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
.gitlab: Move cp-plug-in-subfolder.py to build/meson
It is not a CI-specific file.
This commit is contained in:
parent
9989dfe933
commit
00ab5e3a19
4 changed files with 3 additions and 3 deletions
|
@ -52,7 +52,7 @@ foreach test_name : tests
|
|||
custom_target(basename + '.dummy',
|
||||
input: [ c_test_exe ],
|
||||
output: [ basename + '.dummy' ],
|
||||
command: [ python, meson.project_source_root() / '.gitlab/cp-plug-in-subfolder.py',
|
||||
command: [ python, meson.project_source_root() / 'build/meson/cp-plug-in-subfolder.py',
|
||||
c_test_exe, meson.current_build_dir() / 'c-tests' / basename,
|
||||
'@OUTPUT@' ],
|
||||
build_by_default: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue