Browse Source
Update commit.yml
Add build execution time measurement.
master
Wayne Warthen
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
.github/workflows/commit.yml
|
|
|
@ -26,7 +26,7 @@ jobs: |
|
|
|
run: | |
|
|
|
export TZ='America/Los_Angeles' |
|
|
|
sudo apt-get install srecord |
|
|
|
make distlog |
|
|
|
time make distlog |
|
|
|
rm -rf .git* |
|
|
|
|
|
|
|
- name: List Output |
|
|
|
@ -58,7 +58,7 @@ jobs: |
|
|
|
run: | |
|
|
|
export TZ='America/Los_Angeles' |
|
|
|
brew install srecord |
|
|
|
make distlog |
|
|
|
time make distlog |
|
|
|
rm -rf .git* |
|
|
|
|
|
|
|
- name: List Output |
|
|
|
|