mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
also test that make install works and manpage are present
This commit is contained in:
parent
79d18ab656
commit
12fc4a81f8
1 changed files with 10 additions and 0 deletions
10
.github/workflows/CICD.yml
vendored
10
.github/workflows/CICD.yml
vendored
|
@ -408,6 +408,16 @@ jobs:
|
||||||
make test
|
make test
|
||||||
env:
|
env:
|
||||||
RUST_BACKTRACE: "1"
|
RUST_BACKTRACE: "1"
|
||||||
|
- name: "`make install`"
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
DESTDIR=/tmp/ make PROFILE=release install
|
||||||
|
# Check that the manpage is present
|
||||||
|
test -f /tmp/usr/local/share/man/man1/whoami.1
|
||||||
|
# Check that the completion is present
|
||||||
|
test -f /tmp/usr/local/share/zsh/site-functions/_install
|
||||||
|
env:
|
||||||
|
RUST_BACKTRACE: "1"
|
||||||
|
|
||||||
|
|
||||||
build_rust_stable:
|
build_rust_stable:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue