1
0
Fork 0
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:
elsid 2023-06-05 22:57:27 +02:00
parent 25c1e6abee
commit 7c57115ae7
No known key found for this signature in database
GPG key ID: 4DE04C198CBA7625

View file

@ -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: