mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-24 03:45:59 +00:00
win installer
This commit is contained in:
2
.github/workflows/build-app.yaml
vendored
2
.github/workflows/build-app.yaml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-18.04]
|
os: [ubuntu-18.04, windows-2016]
|
||||||
# os: [macOS-10.14, windows-2016, ubuntu-18.04]
|
# os: [macOS-10.14, windows-2016, ubuntu-18.04]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
10
.github/workflows/build-docker.yaml
vendored
10
.github/workflows/build-docker.yaml
vendored
@@ -1,11 +1,11 @@
|
|||||||
name: Docker image
|
name: Docker image
|
||||||
|
|
||||||
on: [push]
|
# on: [push]
|
||||||
|
|
||||||
# on:
|
on:
|
||||||
# push:
|
push:
|
||||||
# branches:
|
branches:
|
||||||
# - production
|
- production
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"target": "squirrel"
|
"target": "nsis"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"packages",
|
"packages",
|
||||||
|
|||||||
Reference in New Issue
Block a user