kopia lustrzana https://github.com/OpenBuilds/OpenBuilds-CONTROL
test build script
rodzic
9067e994d9
commit
f8450e6384
|
@ -9,7 +9,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
#os: [macos-latest, ubuntu-latest, windows-latest]
|
||||
os: [macos-latest, windows-2019, ubuntu-latest]
|
||||
os: [macos-latest, windows-latest, ubuntu-latest]
|
||||
#os: [macos-latest, ubuntu-latest]
|
||||
|
||||
steps:
|
||||
|
@ -21,6 +21,9 @@ jobs:
|
|||
with:
|
||||
node-version: 18
|
||||
|
||||
- name: Install Node gyp
|
||||
run: npm install -g node-gyp@latest
|
||||
|
||||
- name: Prepare for app notarization
|
||||
if: startsWith(matrix.os, 'macos')
|
||||
# Import Apple API key for app notarization on macOS
|
||||
|
|
Ładowanie…
Reference in New Issue