Skip to content

Commit

Permalink
add CLI build to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Oct 3, 2023
1 parent 7dcabcb commit d53838f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ jobs:

- name: Build s3-benchrunner-crt-java
run: python runners/s3-benchrunner-crt-java/scripts/build.py --build-dir ${{runner.temp}}/build/crt-java

- name: Build s3-benchrunner-cli
run: python runners/s3-benchrunner-cli/scripts/build.py --build-dir ${{runner.temp}}/build/cli

0 comments on commit d53838f

Please sign in to comment.