mirror of
https://github.com/psychopy/psychojs.git
synced 2025-05-10 10:40:54 +00:00
working on gh actions.
This commit is contained in:
parent
8ffeee3c66
commit
d7abfc267d
40
.github/workflows/main.yml
vendored
40
.github/workflows/main.yml
vendored
@ -2,28 +2,24 @@ name: "Build Branch"
|
|||||||
on: workflow_dispatch
|
on: workflow_dispatch
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_all:
|
build_all:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
with:
|
with:
|
||||||
path: app
|
path: app
|
||||||
|
|
||||||
- uses: actions/setup-node@master
|
- uses: actions/setup-node@master
|
||||||
with:
|
with:
|
||||||
node-version: 19
|
node-version: 19
|
||||||
|
|
||||||
- name: Install Node dependencies
|
|
||||||
run: |
|
|
||||||
cd app
|
|
||||||
npm install
|
|
||||||
|
|
||||||
- name: Build
|
- name: Install Node dependencies
|
||||||
env:
|
run: |
|
||||||
CODESIGN_PASSWORD: ${{ secrets.OST_CERT_PWORD }}
|
cd app
|
||||||
CODESIGN_FILE: "codesign-certificate.pfx"
|
npm install
|
||||||
CODESIGN_B64: ${{ secrets.OST_CERT_B64 }}
|
|
||||||
run: |
|
- name: Build
|
||||||
cd app
|
run: |
|
||||||
npm run build:js
|
cd app
|
||||||
ls out
|
npm run build:js
|
||||||
|
ls out
|
||||||
|
Loading…
Reference in New Issue
Block a user