Skip to content

Commit 3658d92

Browse files
committed
Create missing folder for make install in ci
1 parent c4518aa commit 3658d92

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ jobs:
145145
autoreconf -vif
146146
./configure
147147
make
148+
mkdir -p $PWD/install
148149
DESTDIR=$PWD/install make install
149150
make check
150151
- run:

0 commit comments

Comments
 (0)