mirror of
https://github.com/eugeny/tabby
synced 2025-12-04 23:05:33 +00:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b6184e4de | ||
|
|
c848cc6046 | ||
|
|
3b282f69a1 | ||
|
|
6ab27db2b0 | ||
|
|
91e3ac1aea | ||
|
|
5f5b6a9e75 | ||
|
|
dcc93fecc9 |
22
.github/workflows/build.yml
vendored
22
.github/workflows/build.yml
vendored
@@ -299,7 +299,7 @@ jobs:
|
||||
|
||||
Windows-Build:
|
||||
runs-on: windows-latest
|
||||
needs: Lint
|
||||
# needs: Lint
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
@@ -338,15 +338,15 @@ jobs:
|
||||
npm install --global node-gyp@10.2.0
|
||||
npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"}
|
||||
|
||||
- name: Build
|
||||
shell: powershell
|
||||
run: |
|
||||
npm i -g yar node-gyp
|
||||
yarn --network-timeout 1000000
|
||||
yarn run build
|
||||
node scripts/prepackage-plugins.mjs
|
||||
env:
|
||||
ARCH: ${{matrix.arch}}
|
||||
# - name: Build
|
||||
# shell: powershell
|
||||
# run: |
|
||||
# npm i -g yar node-gyp
|
||||
# yarn --network-timeout 1000000
|
||||
# yarn run build
|
||||
# node scripts/prepackage-plugins.mjs
|
||||
# env:
|
||||
# ARCH: ${{matrix.arch}}
|
||||
|
||||
- name: Decode certificate
|
||||
if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags'))
|
||||
@@ -375,6 +375,8 @@ jobs:
|
||||
$env:WIN_CSC_LINK=$env:SM_CLIENT_CERT_FILE
|
||||
$env:WIN_CSC_KEY_PASSWORD=$env:SM_CLIENT_CERT_PASSWORD
|
||||
|
||||
smctl sign --keypair-alias=key_1502388686 --input extras\uac.exe
|
||||
|
||||
node scripts/build-windows.mjs
|
||||
env:
|
||||
ARCH: ${{matrix.arch}}
|
||||
|
||||
Reference in New Issue
Block a user