-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Appveyor or Github CI #59
base: master
Are you sure you want to change the base?
Conversation
fc2981f
to
0b15311
Compare
cd8e2c5
to
2e42f4d
Compare
4c51ed5
to
3b2d7cf
Compare
c184ea3
to
869e032
Compare
builder/builder/Nuspec.cs
Outdated
"push " + nupkgFile + " -Source https://api.nuget.org/v3/index.json -ApiKey _") | ||
{ | ||
UseShellExecute = false, | ||
}); | ||
p.WaitForExit(); | ||
if (p.ExitCode != 0) { | ||
Environment.Exit(p.ExitCode); | ||
//Environment.Exit(p.ExitCode); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just commented out to check CI runs could create all packages as github action and appveyor fail on first upload due to missing api key
ea6f126
to
30ac949
Compare
bddd1a7
to
677a620
Compare
32f37a0
to
6b35646
Compare
831b782
to
79994c7
Compare
2382728
to
3c9fab9
Compare
7401937
to
ccf7cb7
Compare
6c60188
to
faf8b93
Compare
a0d0537
to
d7aa2d4
Compare
@sergey-shandar Boost 1.87.0 is available and also the corresponding win libs. CI run seems to be ok with it https://github.com/chcg/getboost/actions/runs/12302927946 |
- update NuGet.CommandLine -> NuGet.CommandLine.6.9.1 - add initial appveyor.yml CI config - prepare for boost 1.87.0 - disabled upload of nuget to avoid upload quota exceeded with appveyor - added dummy ApiKey.cs - avoid nuget warnings about: WARNING: NU5125: The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead. WARNING: NU5128: Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below: - Add a dependency group for native0.0 to the nuspec
@sergey-shandar Is that something you are interested in? Most likely the gh actions or the appveyor config could be extended to upload the resulting nuget packages to github and/or nuget package repo.
Should the readme be updated that the versions boost binaries used are not build on your own but taken from boost (e.g. https://boostorg.jfrog.io/artifactory/main/release/1.85.0/binaries/) and build via https://github.com/teeks99/boost-release-windows.