Skip to content

Commit 9fe1fa5

Browse files
committed
Improved CI
1 parent 101a16f commit 9fe1fa5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@ jobs:
2323
sudo make install
2424
- run: g++ -std=c++17 -Wall -Wextra -Werror -o test/pqxx test/pqxx_test.cpp -lpqxx -lpq
2525
- run: test/pqxx
26+
27+
# test install
28+
- run: cmake -S . -B build
29+
- run: cmake --build build
30+
- run: sudo cmake --install build

0 commit comments

Comments
 (0)