Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test4 and test5 subpackages and add some missing pieces #4

Merged
merged 5 commits into from
Sep 2, 2020

Conversation

ljmf00
Copy link
Contributor

@ljmf00 ljmf00 commented Sep 2, 2020

This PR adds test4 and test5 sub-packages. The intention here is to test the behavior for sourceLibrary and dynamicLibrary, respectively.

There's some active issues reporting some bad behaviors when using this type of targets, such as, mesonbuild/meson#6581 and mesonbuild/meson#7560 .

Additionally, this PR changes the default targetPath to output the compiled binaries into a different folder and adds a simple .gitignore and a matching license, previously stated on dub.json. See here: https://github.com/mesonbuild/dubtestproject/blob/master/dub.json#L8 .

This will be able to store output files in a different directory
to keep files untracked from git.

Signed-off-by: Luís Ferreira <[email protected]>
This will prevent tracking dub related files, vscode related configurations,
output build files and common files that we don't want on git, like .DS_Store

Signed-off-by: Luís Ferreira <[email protected]>
@ljmf00
Copy link
Contributor Author

ljmf00 commented Sep 2, 2020

@jpakkane As on the previous PR, can you create a new tag after reviewing and merge?

@jpakkane jpakkane merged commit 3abdab8 into mesonbuild:master Sep 2, 2020
@jpakkane
Copy link
Member

jpakkane commented Sep 2, 2020

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants