forked from conan-io/conan
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Set up CI with Azure Pipelines #16
Open
lasote
wants to merge
1,040
commits into
develop
Choose a base branch
from
azure-pipelines-us-center
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
…#3376) * Create .sh files in virtualenv generators for Win subsytems * fix test
* Remove package files removed * Excluded gitignored folders * Try to fix win tests * Fix windows test * Review
* Quote MSBuild arguments * fix tests * fix tools test
…3377) * Implemented --query flag in `conan upload` (conan-io#2445) You can now use the --query flag in the `conan upload` command like you would in `conan remove`. In other words, you can use a query to specify which packages will be uploaded to the server. * Moved query to final argument to prevent breakage for API users * Added tests for `conan upload --query` * Made changes from code review. * .format replaced with old-style Python 2 formatting for consistency. * Removed extraneous print statement.
* Custom properties and parallel source code in MSBuild() * amd64 cross builder following arch_build * Trailing crlf * Only CL parallel * test only for windows
* Apply general scope options to consumer first * try descop options * improved test and changed fix * Improved test with create and install
* fixed generators test * fixing test
* Add py37 linux * update image * Refresh * Fixed images * cryptography 2.3 required in mac for python 3.7 * fixing * better range * unlock astroid * unlock astroid and pylint * Minimum version for astroid and pylint
* Remove package files removed * CMake system version irrespective of system name
* Remove package files removed * Added server * init * server test launcher * Ref model * fixed server launcher * Fixed service test * Server tests * Review * Refactor server storages * Fixed server store refactor * Fixed service v2
* Remove package files removed * Fix test failing because of the order of a dict
* vcvars better diff and var list management * try to more understandable code
* loader basic * extracting duplicated Retriever in tests * fixing more tests * working * fixing tests * more refactors * fixed tests * fixing test * PreprocessProfile * removed global load_conan_class * fixed broken tests * review
…_deactivate_fixed Feature/linux virtualenv deactivate fixed
* cmake flag refactor * Remove print * Some fixes
* disabling templateDir for conan config install git * merged develop
Added exception to avoid option without value in default_options
Codecov Report
@@ Coverage Diff @@
## develop #16 +/- ##
===========================================
+ Coverage 93.01% 96.22% +3.21%
===========================================
Files 415 370 -45
Lines 37284 31508 -5776
===========================================
- Hits 34680 30320 -4360
+ Misses 2604 1188 -1416 |
…nto azure-pipelines-us-center
Codecov Report
@@ Coverage Diff @@
## develop #16 +/- ##
===========================================
+ Coverage 93.01% 96.17% +3.16%
===========================================
Files 415 416 +1
Lines 37284 36852 -432
===========================================
+ Hits 34680 35444 +764
+ Misses 2604 1408 -1196 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.