ci: windows building

This commit is contained in:
muwoo 2021-08-11 14:03:57 +08:00
parent 749dc572f4
commit ab4878188b
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: [macos-latest] os: [macos-latest, windows-2019]
# create steps # create steps
steps: steps:

View File

@ -1,4 +1,4 @@
export default { export default {
development: 'http://118.195.176.247:8080', development: 'http://rubick-server.qa.91jkys.com',
production: 'http://118.195.176.247:8080' production: 'http://rubick-server.qa.91jkys.com',
}; };