mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 02:45:32 +00:00
Merge branch 'osx_proc' into 'master'
Use the number of logical cores on the CI on OSX See merge request OpenMW/openmw!732
This commit is contained in:
commit
7664a6f9cc
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ MacOS:
|
|||
- rm -fr build/* # remove anything in the build directory
|
||||
- CI/before_install.osx.sh
|
||||
- CI/before_script.osx.sh
|
||||
- cd build; make -j2 package
|
||||
- cd build; 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
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue