build on windows-2016

This commit is contained in:
Jan Prochazka 2022-02-18 06:36:47 +01:00
parent 8ca6c0ab3f
commit b2c841e0cd
3 changed files with 7 additions and 7 deletions

View File

@ -12,7 +12,7 @@ jobs:
strategy: strategy:
matrix: matrix:
# os: [ubuntu-18.04, windows-2016] # os: [ubuntu-18.04, windows-2016]
os: [macOS-10.15, windows-2019, ubuntu-18.04] os: [macOS-10.15, windows-2016, ubuntu-18.04]
steps: steps:
- name: Context - name: Context

View File

@ -16,7 +16,7 @@ jobs:
strategy: strategy:
matrix: matrix:
# os: [ubuntu-18.04, windows-2016] # os: [ubuntu-18.04, windows-2016]
os: [macOS-10.15, windows-2019, ubuntu-18.04] os: [macOS-10.15, windows-2016, ubuntu-18.04]
steps: steps:
- name: Context - name: Context
@ -32,8 +32,8 @@ jobs:
node-version: 14.x node-version: 14.x
- name: yarn install - name: yarn install
run: | run: |
yarn --version # yarn --version
yarn config set network-timeout 300000 # yarn config set network-timeout 300000
yarn install yarn install
- name: setCurrentVersion - name: setCurrentVersion
run: | run: |
@ -118,7 +118,7 @@ jobs:
# mv app/dist/latest.yml artifacts/latest.yml || true # mv app/dist/latest.yml artifacts/latest.yml || true
- name: Copy latest.yml (windows) - name: Copy latest.yml (windows)
if: matrix.os == 'windows-2019' if: matrix.os == 'windows-2016'
run: | run: |
mv app/dist/latest.yml artifacts/latest.yml || true mv app/dist/latest.yml artifacts/latest.yml || true
mv app/dist/dbgate-pad.xml artifacts/ || true mv app/dist/dbgate-pad.xml artifacts/ || true

View File

@ -31,8 +31,8 @@ jobs:
node-version: 14.x node-version: 14.x
- name: yarn install - name: yarn install
run: | run: |
yarn --version # yarn --version
yarn config set network-timeout 300000 # yarn config set network-timeout 300000
yarn install yarn install
- name: setCurrentVersion - name: setCurrentVersion
run: | run: |