mirror of
https://github.com/sern-handler/gui
synced 2026-06-06 09:26:54 +00:00
Compare commits
4 Commits
localizati
...
ci/build-a
| Author | SHA1 | Date | |
|---|---|---|---|
| 2a595746d6 | |||
| 6972abc098 | |||
| d608ff9446 | |||
| 09dbb1cef1 |
@@ -7,6 +7,10 @@ jobs:
|
||||
- checkout
|
||||
- run: yarn
|
||||
- run: yarn build-electron-win
|
||||
- run: mkdir /tmp/artifacts
|
||||
- run: mv -t /tmp/artifacts dist/*.exe
|
||||
- store_artifacts:
|
||||
path: /tmp/artifacts
|
||||
build_linux:
|
||||
docker:
|
||||
- image: node:lts
|
||||
@@ -14,6 +18,10 @@ jobs:
|
||||
- checkout
|
||||
- run: yarn
|
||||
- run: yarn build-electron-linux
|
||||
- run: mkdir /tmp/artifacts
|
||||
- run: mv -t /tmp/artifacts dist/*.snap dist/*.AppImage
|
||||
- store_artifacts:
|
||||
path: /tmp/artifacts
|
||||
|
||||
workflows:
|
||||
build:
|
||||
|
||||
@@ -13,8 +13,7 @@ module.exports = {
|
||||
parserOptions: {
|
||||
ecmaVersion: 'latest',
|
||||
sourceType: 'module',
|
||||
tsconfigRootDir: __dirname,
|
||||
project: '.swcrc'
|
||||
tsconfigRootDir: __dirname
|
||||
},
|
||||
plugins: ['react-refresh'],
|
||||
rules: {
|
||||
|
||||
Reference in New Issue
Block a user