File tree Expand file tree Collapse file tree 4 files changed +28
-47
lines changed
Expand file tree Collapse file tree 4 files changed +28
-47
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : CI
2+
3+ on :
4+ push :
5+ branches :
6+ - main
7+ pull_request :
8+ branches :
9+ - main
10+
11+ jobs :
12+ build :
13+ runs-on : ubuntu-latest
14+
15+ steps :
16+ - name : Checkout repository
17+ uses : actions/checkout@v2
18+
19+ - name : Configure
20+ run : mkdir build && cd build && cmake ..
21+
22+ - name : Build
23+ run : cd build && make
24+
25+ - name : Test
26+ run : cd build && ctest --output-on-failure
27+
Original file line number Diff line number Diff line change 1- [ ![ CircleCI ] ( https://circleci .com/gh/ rgov/sqlite_protobuf. svg?style=svg )] ( https://circleci .com/gh/ rgov/sqlite_protobuf )
1+ [ ![ Build ] ( https://github .com/rgov/sqlite_protobuf/actions/workflows/ci.yml/badge. svg )] ( https://github .com/rgov/sqlite_protobuf/actions/workflows/ci.yml )
22
33# Protobuf Extension for SQLite
44
You can’t perform that action at this time.
0 commit comments