зеркало из https://github.com/electron/electron.git
checkout mac on mac
This commit is contained in:
Родитель
aa157470ff
Коммит
fe9ccf49ec
|
@ -1610,12 +1610,11 @@ jobs:
|
||||||
persist-checkout: true
|
persist-checkout: true
|
||||||
|
|
||||||
mac-checkout:
|
mac-checkout:
|
||||||
executor: linux-docker
|
executor: macos
|
||||||
environment:
|
environment:
|
||||||
<<: *env-linux-2xlarge
|
<<: *env-mac-large
|
||||||
<<: *env-testing-build
|
<<: *env-testing-build
|
||||||
<<: *env-macos-build
|
<<: *env-macos-build
|
||||||
GCLIENT_EXTRA_ARGS: '--custom-var=checkout_mac=True --custom-var=host_os=mac'
|
|
||||||
steps:
|
steps:
|
||||||
- electron-build:
|
- electron-build:
|
||||||
persist: false
|
persist: false
|
||||||
|
@ -1625,12 +1624,11 @@ jobs:
|
||||||
restore-src-cache: false
|
restore-src-cache: false
|
||||||
|
|
||||||
mac-checkout-for-workspace:
|
mac-checkout-for-workspace:
|
||||||
executor: linux-docker
|
executor: macos
|
||||||
environment:
|
environment:
|
||||||
<<: *env-linux-2xlarge
|
<<: *env-mac-large
|
||||||
<<: *env-testing-build
|
<<: *env-testing-build
|
||||||
<<: *env-macos-build
|
<<: *env-macos-build
|
||||||
GCLIENT_EXTRA_ARGS: '--custom-var=checkout_mac=True --custom-var=host_os=mac'
|
|
||||||
steps:
|
steps:
|
||||||
- electron-build:
|
- electron-build:
|
||||||
persist: false
|
persist: false
|
||||||
|
@ -1639,12 +1637,11 @@ jobs:
|
||||||
persist-checkout: true
|
persist-checkout: true
|
||||||
|
|
||||||
mac-make-src-cache:
|
mac-make-src-cache:
|
||||||
executor: linux-docker
|
executor: macos
|
||||||
environment:
|
environment:
|
||||||
<<: *env-linux-2xlarge
|
<<: *env-mac-large
|
||||||
<<: *env-testing-build
|
<<: *env-testing-build
|
||||||
<<: *env-macos-build
|
<<: *env-macos-build
|
||||||
GCLIENT_EXTRA_ARGS: '--custom-var=checkout_mac=True --custom-var=host_os=mac'
|
|
||||||
steps:
|
steps:
|
||||||
- electron-build:
|
- electron-build:
|
||||||
persist: false
|
persist: false
|
||||||
|
|
Загрузка…
Ссылка в новой задаче