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:
fail-fast: false
matrix:
os: [macos-latest]
os: [macos-latest, windows-2019]
# create steps
steps:

View File

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