-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Add Azure Pipelines configuration #60777
Changes from 1 commit
699376a
e234a90
c50517a
abd4b3a
869ddd8
7dfd8ce
aab0bb4
94f7660
06bc0da
5db55e6
da94978
694ea76
807b7dd
4965ffd
92bf1e6
30b008f
bf639a1
a89e8d2
f23c1ba
d27cb82
9f37b3a
79d28c2
1be9fe6
4183f3c
91b1655
528cce9
7b266ff
804ec5f
fa8d3b5
0843207
751597f
9b8af06
12f3701
9843a79
e6830c1
1daab47
67db230
d2304e1
0e5f02f
571366f
a83250d
ebdc36e
55108b3
e8f0e70
a225551
7b7e172
0f4b546
8d42b87
190d198
beea4f5
78965f4
e764f47
fe3dd0b
e0ed2a3
e5418f6
36ee777
a8ac80b
24f262f
2244ca3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- 1.83.0
- 1.82.0
- 1.81.0
- 1.80.1
- 1.80.0
- 1.79.0
- 1.78.0
- 1.77.2
- 1.77.1
- 1.77.0
- 1.76.0
- 1.75.0
- 1.74.1
- 1.74.0
- 1.73.0
- 1.72.1
- 1.72.0
- 1.71.1
- 1.71.0
- 1.70.0
- 1.69.0
- 1.68.2
- 1.68.1
- 1.68.0
- 1.67.1
- 1.67.0
- 1.66.1
- 1.66.0
- 1.65.0
- 1.64.0
- 1.63.0
- 1.62.1
- 1.62.0
- 1.61.0
- 1.60.0
- 1.59.0
- 1.58.1
- 1.58.0
- 1.57.0
- 1.56.1
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.1
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.2
- 1.45.1
- 1.45.0
- 1.44.1
- 1.44.0
- 1.43.1
- 1.43.0
- 1.42.0
- 1.41.1
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,9 +25,9 @@ steps: | |
displayName: install a tar that works well | ||
|
||
- bash: | | ||
curl -f http://releases.llvm.org/7.0.0/clang+llvm-7.0.0-x86_64-apple-darwin.tar.xz | tar xJf - | ||
curl -f http://releases.llvm.org/7.0.0/clang+llvm-7.0.0-x86_64-apple-darwin.tar.xz | tar xJf - | ||
displayName: Download clang | ||
|
||
- bash: | | ||
brew update | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. One gotcha I've found is that multi-statement scripts like this don't fail the whole script if an intermediate one fails (only if the last one fails). That matches bash's behavior, but we'll probably want |
||
brew install xz | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
# Azure Pipelines "try" branch build for Rust | ||
# | ||
# | ||
|
||
pr: none | ||
trigger: | ||
|
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.
This space breaks stuff: