mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Test man-pages compilation on the CI
This commit is contained in:
parent
d5e4c5b6a9
commit
34b5dbacd2
2 changed files with 13 additions and 6 deletions
|
@ -8,6 +8,7 @@ packages:
|
|||
- fontconfig
|
||||
- libxcb
|
||||
- libxkbcommon
|
||||
- scdoc
|
||||
|
||||
sources:
|
||||
- https://github.com/alacritty/alacritty
|
||||
|
@ -18,13 +19,19 @@ environment:
|
|||
tasks:
|
||||
- rustup: |
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable --profile minimal
|
||||
- test: |
|
||||
cd alacritty
|
||||
cargo test
|
||||
- rustfmt: |
|
||||
cd alacritty
|
||||
rustup toolchain install nightly -c rustfmt
|
||||
cargo +nightly fmt -- --check
|
||||
- man-pages: |
|
||||
cd alacritty
|
||||
cat extra/man/alacritty.1.scd | scdoc > /dev/null
|
||||
cat extra/man/alacritty-msg.1.scd | scdoc > /dev/null
|
||||
cat extra/man/alacritty.5.scd | scdoc > /dev/null
|
||||
cat extra/man/alacritty-bindings.5.scd | scdoc > /dev/null
|
||||
- test: |
|
||||
cd alacritty
|
||||
cargo test
|
||||
- oldstable: |
|
||||
cd alacritty
|
||||
rustup toolchain install --profile minimal 1.65.0
|
||||
|
|
|
@ -937,10 +937,10 @@ relied upon.
|
|||
|
||||
*prefer_egl* <boolean>
|
||||
|
||||
Use EGL as display API if the current platform allows it. Note that
|
||||
transparency may not work with EGL on Linux/BSD.
|
||||
Use EGL as display API if the current platform allows it. Note that
|
||||
transparency may not work with EGL on Linux/BSD.
|
||||
|
||||
Default: _false_
|
||||
Default: _false_
|
||||
|
||||
# SEE ALSO
|
||||
|
||||
|
|
Loading…
Reference in a new issue