Simplify Appveyor Build #263
Merged
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.
The original Appveyor build was based on build scripts from the Zoo Project.
Since then @szekerest has updated the GISInternals SDK build packages to include MapCache along with the required dependencies.
This means several interim steps can be removed, and the Widows build script simplified.
The renaming of some libs (e.g.
copy "%SDK_LIB%/libfcgi.lib" "%SDK_LIB%/fcgi.lib" /Y) does still seem to be necessary.The seeder app was also updated to return a
0(no error) code when displaying the help, so it could be run (to check it compiled) without causing the build to be marked as failed.