Update autobuild.yml

- disable CI, avoid warnings as errors
This commit is contained in:
Carlos Valente
2021-06-11 22:21:54 +02:00
committed by GitHub
parent 58e8b46130
commit b5f75191b4
+10 -4
View File
@@ -19,6 +19,8 @@ jobs:
build:
# The type of runner that the job will run on
runs-on: windows-latest
env:
CI: false
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
@@ -31,15 +33,19 @@ jobs:
node-version: '14.x'
# install and build react
- run: yarn install
- name: Install React dependencies
run: yarn install
working-directory: ./client
- run: yarn build
- name: Build React App
run: yarn build
working-directory: ./client
# install and build electron
- run: yarn install
- name: Install Electron + nodejs dependencies
run: yarn install
working-directory: ./server
- run: yarn dist-win
- name: Build Electron App
run: yarn dist-win
working-directory: ./server
# handle artifact