Skip to content

Commit

Permalink
add example pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
oathdruid committed Jul 25, 2024
1 parent cc6e6c6 commit 2d5c4be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: cd example/use-with-bthread && ./build.sh

use-with-glog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cd example/use-with-glog && ./build.sh

0 comments on commit 2d5c4be

Please sign in to comment.