Skip to content

Commit

Permalink
--build-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Sep 29, 2023
1 parent 5db14a1 commit 437b345
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ jobs:
run: python scripts/lint-python.py

- name: Check that benchmark files are up to date
# run build script and see if any files change
run: |
python scripts/build-benchmarks.py
git diff --exit-code
- name: Build s3-benchrunner-c
run: python runners/s3-benchrunner-c/scripts/build.py
run: python runners/s3-benchrunner-c/scripts/build.py --build-dir ${{runner.temp}}/build/c

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

0 comments on commit 437b345

Please sign in to comment.