We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4518aa commit 3658d92Copy full SHA for 3658d92
1 file changed
.circleci/config.yml
@@ -145,6 +145,7 @@ jobs:
145
autoreconf -vif
146
./configure
147
make
148
+ mkdir -p $PWD/install
149
DESTDIR=$PWD/install make install
150
make check
151
- run:
0 commit comments