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 1, 2024
1 parent 89973b8 commit 86b2250
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,15 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: cd example/anyflow && ./build.sh

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

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

0 comments on commit 86b2250

Please sign in to comment.