Skip to content

Commit 47dc7c5

Browse files
committed
github/ci: Add smoke test for install target
Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>
1 parent cd82589 commit 47dc7c5

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,14 @@ jobs:
4242
- uses: dtolnay/rust-toolchain@nightly
4343
- run: rustup component add rustfmt
4444
- run: cargo fmt --all -- --check
45+
46+
install:
47+
name: Install
48+
runs-on: ubuntu-latest
49+
steps:
50+
- uses: actions/checkout@v2
51+
- uses: dtolnay/rust-toolchain@nightly
52+
- run: sudo apt install pkg-config cargo sed -y
53+
- run: sudo mkdir -p /usr/local/lib/pkgconfig
54+
- run: sudo make install
55+
- run: pkg-config --validate libnsm

0 commit comments

Comments
 (0)