зеркало из https://github.com/electron/electron.git
build: move hunspell generation to Linux (#42480)
This commit is contained in:
Родитель
f72096194f
Коммит
42266546eb
|
@ -268,6 +268,11 @@ jobs:
|
||||||
cd src
|
cd src
|
||||||
gn gen out/ffmpeg --args="import(\"//electron/build/args/ffmpeg.gn\") use_remoteexec=true $GN_EXTRA_ARGS"
|
gn gen out/ffmpeg --args="import(\"//electron/build/args/ffmpeg.gn\") use_remoteexec=true $GN_EXTRA_ARGS"
|
||||||
autoninja -C out/ffmpeg electron:electron_ffmpeg_zip -j $NUMBER_OF_NINJA_PROCESSES
|
autoninja -C out/ffmpeg electron:electron_ffmpeg_zip -j $NUMBER_OF_NINJA_PROCESSES
|
||||||
|
- name: Generate Hunspell Dictionaries
|
||||||
|
if: ${{ inputs.is-release }}
|
||||||
|
run: |
|
||||||
|
cd src
|
||||||
|
autoninja -C out/Default electron:hunspell_dictionaries_zip -j $NUMBER_OF_NINJA_PROCESSES
|
||||||
- name: Maybe Generate Libcxx
|
- name: Maybe Generate Libcxx
|
||||||
if: ${{ inputs.is-release }}
|
if: ${{ inputs.is-release }}
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -393,11 +393,6 @@ jobs:
|
||||||
cd src
|
cd src
|
||||||
gn gen out/ffmpeg --args="import(\"//electron/build/args/ffmpeg.gn\") use_remoteexec=true $GN_EXTRA_ARGS"
|
gn gen out/ffmpeg --args="import(\"//electron/build/args/ffmpeg.gn\") use_remoteexec=true $GN_EXTRA_ARGS"
|
||||||
autoninja -C out/ffmpeg electron:electron_ffmpeg_zip -j $NUMBER_OF_NINJA_PROCESSES
|
autoninja -C out/ffmpeg electron:electron_ffmpeg_zip -j $NUMBER_OF_NINJA_PROCESSES
|
||||||
- name: Generate Hunspell Dictionaries
|
|
||||||
if: ${{ inputs.is-release }}
|
|
||||||
run: |
|
|
||||||
cd src
|
|
||||||
autoninja -C out/Default electron:hunspell_dictionaries_zip -j $NUMBER_OF_NINJA_PROCESSES
|
|
||||||
- name: Generate TypeScript Definitions
|
- name: Generate TypeScript Definitions
|
||||||
if: ${{ inputs.is-release }}
|
if: ${{ inputs.is-release }}
|
||||||
run: |
|
run: |
|
||||||
|
|
Загрузка…
Ссылка в новой задаче