Skip to content
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
6792b90
Add Azure Pipelines configuration from https://github.com/crate-ci/az…
iceiix Jun 28, 2020
40fcbfb
Fix endpoint name
iceiix Jun 28, 2020
5863189
Minimum supported Rust version is 1.44.1
iceiix Jun 28, 2020
1b9145e
blocks: fix missing panic parameter (found by clippy panic_params)
iceiix Jun 28, 2020
389df39
Attempt to disable clippy warnings in generated code, but cannot use …
iceiix Jun 28, 2020
f857f89
Revert "Attempt to disable clippy warnings in generated code, but can…
iceiix Jun 28, 2020
4205542
Attempt to disable clippy in azure-pipelines
iceiix Jun 28, 2020
384dfe9
Empty commit
iceiix Jun 28, 2020
a4bc8db
Use exact commit
iceiix Jun 28, 2020
9c5659e
Pass clippy parameters
iceiix Jun 28, 2020
1f765eb
Fix to_string shadowing fmt::Display fmt
iceiix Jun 28, 2020
ded704f
Fix warning: lint name is deprecated and does not have an effect any…
iceiix Jun 28, 2020
170d0b9
Allow erroring clippy float_cmp and unsafe ptrs
iceiix Jun 28, 2020
b65c290
Update azure-pipelines
iceiix Jun 28, 2020
b8a4e87
Relax allowed clippy warnings
iceiix Jun 28, 2020
90a1659
Install xcb libraries for -lxcb-shape, -lxcb-xfixes
iceiix Jun 28, 2020
34fa19e
sudo
iceiix Jun 28, 2020
d885b8c
Only run apt-get on Linux
iceiix Jun 28, 2020
7b17895
Update build dependencies task name
iceiix Jun 28, 2020
0ac3a3e
Squash merge
iceiix Jun 28, 2020
a4068bc
Revert "blocks: fix missing panic parameter (found by clippy panic_pa…
iceiix Jun 28, 2020
724be5e
Revert "Fix to_string shadowing fmt::Display fmt"
iceiix Jun 28, 2020
d24ba23
Merge branch 'master' into azure
iceiix Jun 28, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
jobs:
- template: default.yml@templates
parameters:
setup:
- script: sudo apt-get install libxcb-composite0-dev libx11-dev
displayName: "Install build dependencies"
condition: eq(variables['Agent.OS'], 'Linux')
minrust: 1.44.1
clippy: -A clippy::temporary_cstring_as_ptr -A clippy::not_unsafe_ptr_arg_deref -A clippy::float_cmp

resources:
repositories:
- repository: templates
type: github
name: iceiix/azure-pipelines
ref: c50d2b8335a6b1856aa2fc4f5f41f6684ef8580c
endpoint: iceiix