File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 build :
55 runs-on : ubuntu-latest
66 steps :
7- - uses : actions/checkout@v3
8- - uses : ankane/setup-postgres@v1
9- with :
10- database : pgvector_cpp_test
11- - run : |
12- sudo apt-get update && sudo apt-get install postgresql-server-dev-14
13- git clone --branch v0.3.1 https://github.com/pgvector/pgvector.git
14- cd pgvector
15- make
16- sudo make install
17- - run : |
18- git clone --branch 7.7.4 https://github.com/jtv/libpqxx.git
19- cd libpqxx
20- CXXFLAGS=-std=c++17 ./configure
21- make
22- sudo make install
23- - run : g++ -std=c++17 -Wall -Wextra -Werror -o test/pqxx test/pqxx_test.cpp -lpqxx -lpq
24- - run : test/pqxx
7+ - uses : actions/checkout@v3
8+ - uses : ankane/setup-postgres@v1
9+ with :
10+ database : pgvector_cpp_test
11+ - run : |
12+ sudo apt-get update && sudo apt-get install postgresql-server-dev-14
13+ git clone --branch v0.3.1 https://github.com/pgvector/pgvector.git
14+ cd pgvector
15+ make
16+ sudo make install
17+ - run : |
18+ git clone --branch 7.7.4 https://github.com/jtv/libpqxx.git
19+ cd libpqxx
20+ CXXFLAGS=-std=c++17 ./configure
21+ make
22+ sudo make install
23+ - run : g++ -std=c++17 -Wall -Wextra -Werror -o test/pqxx test/pqxx_test.cpp -lpqxx -lpq
24+ - run : test/pqxx
You can’t perform that action at this time.
0 commit comments