mirror of
https://github.com/frappe/books.git
synced 2024-11-09 23:30:56 +00:00
fix: delete workflows, added it in by mistake 😔
This commit is contained in:
parent
9e13db698e
commit
89cbc1c6c7
46
.github/workflows/build.yml
vendored
46
.github/workflows/build.yml
vendored
@ -1,46 +0,0 @@
|
||||
name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ $default-branch ]
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
||||
jobs:
|
||||
build-linux:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-versions: '16.4.0'
|
||||
|
||||
- name: Checkout Books
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
path: app
|
||||
|
||||
- name: Checkout FrappeJS
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: 'frappe/frappejs'
|
||||
path: framework
|
||||
|
||||
|
||||
- name: Setup FrappeJS
|
||||
run: |
|
||||
cd framework/frappejs
|
||||
yarn
|
||||
yarn link
|
||||
|
||||
- name: Setup Books
|
||||
run: |
|
||||
cd app/books
|
||||
yarn
|
||||
yarn link frappejs
|
||||
|
||||
- name: Run build
|
||||
run: yarn electron:build --linux
|
Loading…
Reference in New Issue
Block a user