-
Notifications
You must be signed in to change notification settings - Fork 989
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
#3649 Update CI templates #3651
Conversation
- CONAN_REFERENCE is no longer required - Add GCC 8 on default CI template list - Add Clang 5, 6 on default CI template list - Update unit test to avoid CONAN_REFERENCE Signed-off-by: Uilian Ries <uilianries@gmail.com>
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.
CI failed due to Mac slaves not working
My changes didn't affect Macos jobs 🤔 infrastructure error? |
yes, that is what I meant |
- User new CPT import Signed-off-by: Uilian Ries <uilianries@gmail.com>
- Conan reference is mandatory when the recipe does not contain name and version. Signed-off-by: Uilian Ries <uilianries@gmail.com>
Should we add clang 7? |
We should first solve the discussion around the new Clang 7 version schema I guess. |
Did you mean #3643 ? |
Yes |
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.
Please update Appveyor CI template to use Python 3 instead of python 2
I can't see any change related to
🤔 |
I removed at first moment, but I reverted after Lasote request: |
- Replace Python27 by Python37. Both Python arch and version are no longer required. - Update Travis using Xenial as base image Signed-off-by: Uilian Ries <uilianries@gmail.com>
Done! |
Could you also please update the container names to |
sure! thanks for reviewing. |
Signed-off-by: Uilian Ries <uilianries@gmail.com>
@Croydon Done! |
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
I forgot to update the tests 🤦♂️ |
Signed-off-by: Uilian Ries <uilianries@gmail.com>
* conan-io#3649 Update CI templates - CONAN_REFERENCE is no longer required - Add GCC 8 on default CI template list - Add Clang 5, 6 on default CI template list - Update unit test to avoid CONAN_REFERENCE Signed-off-by: Uilian Ries <uilianries@gmail.com> * conan-io#3649 Update Conan Package Tools template - User new CPT import Signed-off-by: Uilian Ries <uilianries@gmail.com> * conan-io#3649 Revert Conan reference in new CI - Conan reference is mandatory when the recipe does not contain name and version. Signed-off-by: Uilian Ries <uilianries@gmail.com> * conan-io#3649 Update appveyor template to run python3 - Replace Python27 by Python37. Both Python arch and version are no longer required. - Update Travis using Xenial as base image Signed-off-by: Uilian Ries <uilianries@gmail.com> * conan-io#3649 Update docker image names Signed-off-by: Uilian Ries <uilianries@gmail.com> * conan-io#3649 Update unit test for new CI Signed-off-by: Uilian Ries <uilianries@gmail.com>
Hi this PR brings some updates related to issue #3649 :
closes #3649
Changelog: Fix: Updated templates of the
conan new
command with the latest conan package tools changes.develop
branch, documenting this one.