Skip to content

Commit

Permalink
t1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed May 8, 2024
1 parent cfc3792 commit e8eb895
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ job-test: &job-test
./configure CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1" --prefix=/usr/local
make && sudo make install
sudo ldconfig
echo "export LD_LIBRARY_PATH=/usr/local/lib" >> $BASH_ENV
- run:
name: Check version
command: php --ri sqlite3

- run:
name: Assemble the codebase
Expand Down

0 comments on commit e8eb895

Please sign in to comment.