mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 21:15:36 +00:00
Measure macos build time
This commit is contained in:
parent
25c1e6abee
commit
7c57115ae7
1 changed files with 2 additions and 1 deletions
|
@ -488,7 +488,8 @@ Ubuntu_GCC_integration_tests_asan:
|
|||
- mkdir -pv "${CCACHE_DIR}"
|
||||
- ccache -z -M "${CCACHE_SIZE}"
|
||||
- CI/before_script.osx.sh
|
||||
- cd build; make -j $(sysctl -n hw.logicalcpu) package
|
||||
- cd build
|
||||
- time make -j $(sysctl -n hw.logicalcpu) package
|
||||
- for dmg in *.dmg; do mv "$dmg" "${dmg%.dmg}_${CI_COMMIT_REF_NAME##*/}_${CI_JOB_ID}.dmg"; done
|
||||
- ccache -s
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in a new issue