Skip to content

Commit e8eb895

Browse files
committed
t1
1 parent cfc3792 commit e8eb895

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ job-test: &job-test
2828
./configure CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1" --prefix=/usr/local
2929
make && sudo make install
3030
sudo ldconfig
31+
echo "export LD_LIBRARY_PATH=/usr/local/lib" >> $BASH_ENV
32+
33+
- run:
34+
name: Check version
35+
command: php --ri sqlite3
3136

3237
- run:
3338
name: Assemble the codebase

0 commit comments

Comments
 (0)