test build script

pull/298/head^2
openbuilds-engineer 2023-02-16 20:27:58 +02:00
rodzic 9067e994d9
commit f8450e6384
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -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