-
Notifications
You must be signed in to change notification settings - Fork 4
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
Feature/add client build artifacts and run packr #55
Feature/add client build artifacts and run packr #55
Conversation
'options.ci' removed from upstream
This pr should not be merged until feature/151-build-conan-linux-binaries is merged in cse-core. Also, after that the channel of the dependency in the conanfile.txt should be changed to "master" |
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.
Awesome!
When downloading and running the windows artifact from jenkins I get errors about missing boost_chrono-vc141-mt-x64-1_66.dll and boost_date_time-vc141-mt-x64-1_66.dll
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.
LGTM! When testing locally I also get the same errors as Levi, missing:
- boost_date_time-vc141-mt-x64-1_66.dll
- boost_chrono-vc141-mt-x64-1_66.dll
…ts-and-run-packr' into feature/add-client-build-artifacts-and-run-packr
…buttons-for-plot-adjustments feature #43: split plot creation and plot variable addition
Jenkins will now build archives containing cse-server-go executable and dependent libraries both for Windows and Linux. 'rpath' modified on Linux libraries to allow 'automatic' library loading.