Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

chore: deps

chore: deps #778

name: TREM
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
Windows_x64:
runs-on: windows-latest
defaults:
run:
working-directory: src
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Restore dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Build
run: npm run dist
- name: Upload Artifact
uses: actions/upload-artifact@master
with:
name: win-x86_64-setup.exe
path: dist/TREM *.*.*.exe
- name: Upload Artifact
uses: actions/upload-artifact@master
with:
name: win-x86_64-portable.exe
path: dist/TREM Setup *.*.*.exe
Linux_amd64:
runs-on: ubuntu-latest
defaults:
run:
working-directory: src
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Restore dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Build
run: npm run dist
- name: Upload Artifact
uses: actions/upload-artifact@master
with:
path: dist/*.deb
# macOS_x64:
# runs-on: macos-latest
# defaults:
# run:
# working-directory: TREM.Electron
# steps:
# - uses: actions/checkout@v2
# - name: Use Node.js ${{ matrix.node-version }}
# uses: actions/setup-node@v1
# with:
# node-version: ${{ matrix.node-version }}
# - name: Restore dependencies
# run: npm ci
# - name: Lint
# run: npm run lint
# - name: Build
# run: npm run dist
# - name: Upload Artifact
# uses: actions/upload-artifact@master
# with:
# name: "TREM.macOS_x64.dmg"
# path: D:/a/TREM/TREM/TREM.Electron/dev/*.dmg