-
Notifications
You must be signed in to change notification settings - Fork 4
Add optional vcpkg bootstrapping for dependencies #36
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
Merged
Merged
Changes from 33 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
dc8352c
use vcpkg w/ auto-bootstrap
DaveyJonesBitPail 4d2656a
use pugixml header only and don't get xerces-c via vcpkg by default
DaveyJonesBitPail f404722
bump version
DaveyJonesBitPail 3f61f1c
conditionally use static msvc
DaveyJonesBitPail f284769
consume xerces-c via vcpkg when bootstrapped
DaveyJonesBitPail cad2fb7
remove unecessary pugiconfig
DaveyJonesBitPail bc3f72f
remove explicit vcpkg installs
DaveyJonesBitPail 59cf2ed
add vcpkg.json to dep5
DaveyJonesBitPail 05345f0
get vcpkg at appropriate baseline commit
DaveyJonesBitPail 186514e
add missing parentheses
DaveyJonesBitPail f1211a3
add update vcpkg install step
DaveyJonesBitPail 6e842b8
try to fix linespacing
DaveyJonesBitPail bad674e
stop trying to be clever and do a normal fetch...
DaveyJonesBitPail e0b471a
bump checkout action
DaveyJonesBitPail c5e92e9
try being clever again and overriding vcpkg_dir
DaveyJonesBitPail 75ec244
Add SPDX header
DaveyJonesBitPail 22df7fd
fix indent....
DaveyJonesBitPail 02af2a4
handle if runner doesn't define vcpkgroot
DaveyJonesBitPail ee61aec
Let's try jq instead of grep and pray
DaveyJonesBitPail 406ac77
make linux build also use vcpkg
DaveyJonesBitPail abd8b7d
properly capitalize libczi.... 🤦
DaveyJonesBitPail c1916d2
properly capitalize part 2
DaveyJonesBitPail 767110f
bump version in tests
DaveyJonesBitPail 601cfb8
try to make megalinter happy
DaveyJonesBitPail eb48638
bump version in test json files
DaveyJonesBitPail ab58e8c
generate appropriate inc_libCZI
DaveyJonesBitPail 5de3d42
guard comp defs behind bootstrap flag
DaveyJonesBitPail f905bdb
use czicheck specific var
DaveyJonesBitPail 8d11da5
update the var in the in file too.... 🤦
DaveyJonesBitPail 2b64dc7
unpin libczi version
DaveyJonesBitPail d254688
Revert "unpin libczi version"
DaveyJonesBitPail 9540a55
address pr comments
DaveyJonesBitPail 8dad9a8
bump version
DaveyJonesBitPail 8d0e4a5
blindly update version in tests
DaveyJonesBitPail File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -112,6 +112,6 @@ | |
], | ||
"output_version": { | ||
"command": "CZICheck", | ||
"version": "0.6.3" | ||
"version": "0.6.4" | ||
} | ||
} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -112,6 +112,6 @@ | |
], | ||
"output_version": { | ||
"command": "CZICheck", | ||
"version": "0.6.3" | ||
"version": "0.6.4" | ||
} | ||
} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,6 +105,6 @@ | |
], | ||
"output_version": { | ||
"command": "CZICheck", | ||
"version": "0.6.3" | ||
"version": "0.6.4" | ||
} | ||
} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,6 +126,6 @@ | |
], | ||
"output_version": { | ||
"command": "CZICheck", | ||
"version": "0.6.3" | ||
"version": "0.6.4" | ||
} | ||
} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,6 +105,6 @@ | |
], | ||
"output_version": { | ||
"command": "CZICheck", | ||
"version": "0.6.3" | ||
"version": "0.6.4" | ||
} | ||
} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -112,6 +112,6 @@ | |
], | ||
"output_version": { | ||
"command": "CZICheck", | ||
"version": "0.6.3" | ||
"version": "0.6.4" | ||
} | ||
} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,6 +94,6 @@ | |
], | ||
"output_version": { | ||
"command": "CZICheck", | ||
"version": "0.6.3" | ||
"version": "0.6.4" | ||
} | ||
} |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.