我正在Android Studio中使用flutter,并且已成功为Android获取"baseHref": "https://malbarmawi.github.io/angular-lessons/"
文件。现在,我也想获取language: node_js
node_js:
- "9"
dist: trusty
sudo: false
branches:
only:
- master
cache:
directories:
- node_modules
install:
- npm i @angular/cli@6.2.4 -g
- npm i
script:
- ng build --prod
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: dist/
on:
branch: master
的{{1}}文件。但我无法在Windows上获得Xcode。我们如何在Windows上安装Xcode以与Flutter一起使用?我必须安装Xcode才能获取iOS的.apk
文件。