]> git.ozlabs.org Git - ppp.git/commitdiff
CI: Perform installation step
authorChocobo1 <Chocobo1@users.noreply.github.com>
Sun, 29 Aug 2021 11:59:21 +0000 (19:59 +0800)
committerChocobo1 <Chocobo1@users.noreply.github.com>
Tue, 21 Sep 2021 07:15:03 +0000 (15:15 +0800)
This ensures installation code to be tested.

.github/workflows/solaris.yaml

index 10178137861e623661c462b2eb07767b9cbaacd8..b36b1b5a6a704edfe1107acb5da156daf00437ce 100644 (file)
@@ -15,3 +15,4 @@ jobs:
           pkg install gcc automake autoconf libtool
           ./autogen.sh CFLAGS="-Wno-deprecated-declarations"
           make
+          make install