Merged
Conversation
julianxhokaxhiu
commented
Sep 27, 2025
julianxhokaxhiu
commented
Sep 27, 2025
change license to unlicense
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR will switch this repository from using AppVeyor to using Github Actions.
The main change here is also how we pull dependencies, I migrated from conan to vcpkg out of commodity as we already many other projects in this space using more or less the same build infrastructure. So I thought of migrating FME to vcpkg as well. I also added the ability for MSVC to compile squeezing all the core and threads of your CPU, which makes the build way faster ( locally and on CI ).
Aside of it, at the moment the CICD flow is only for Windows x64 ( static ). The end result will be posted as a release artifact in your Releases section.
Here you have an example of it action:
Like FFNx you will have a canary and a final version release ( all you need to do is create a tag with a version, eg.
1.0.0). An example release commit ( and tag ) can be found here: julianxhokaxhiu/FFNx@2045b86PLEASE NOTE: Before merging this PR make sure in your repository settings on this page https://github.com/Sebanisu/Field-Map-Editor/settings/actions you have set the Workflow permissions to Read and write permissions. This is what I also use on FFNx and it's safe enough. It will provide you R/W on the main branches, while it's always RO on PRs.

Any question let me know :)