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
38
.github/workflows/main.yml
vendored
38
.github/workflows/main.yml
vendored
@ -2,28 +2,24 @@ name: "Build Branch"
|
||||
on: workflow_dispatch
|
||||
|
||||
jobs:
|
||||
build_all:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
with:
|
||||
path: app
|
||||
build_all:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
with:
|
||||
path: app
|
||||
|
||||
- uses: actions/setup-node@master
|
||||
with:
|
||||
- uses: actions/setup-node@master
|
||||
with:
|
||||
node-version: 19
|
||||
|
||||
- name: Install Node dependencies
|
||||
run: |
|
||||
cd app
|
||||
npm install
|
||||
- name: Install Node dependencies
|
||||
run: |
|
||||
cd app
|
||||
npm install
|
||||
|
||||
- name: Build
|
||||
env:
|
||||
CODESIGN_PASSWORD: ${{ secrets.OST_CERT_PWORD }}
|
||||
CODESIGN_FILE: "codesign-certificate.pfx"
|
||||
CODESIGN_B64: ${{ secrets.OST_CERT_B64 }}
|
||||
run: |
|
||||
cd app
|
||||
npm run build:js
|
||||
ls out
|
||||
- name: Build
|
||||
run: |
|
||||
cd app
|
||||
npm run build:js
|
||||
ls out
|
||||
|
Loading…
Reference in New Issue
Block a user