1 Star 0 Fork 15

Aria/nepu_course

forked from doughsu/nepu_course 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 547 Bytes
一键复制 编辑 原始数据 按行查看 历史
doughsu 提交于 2023-06-23 12:28 . Update .travis.yml
os:
- osx
language: generic
osx_image: xcode14.2
cache:
directories:
- ~/.pub-cache
- ~/Library/Caches/flutter
install:
- git clone https://github.com/flutter/flutter.git -b 3.7.12
- export PATH="$PATH:`pwd`/flutter/bin"
- flutter precache
script:
- flutter build macos
before_deploy:
- cd build/macos/Build/Products/Release
- zip -r 东油课表.zip 东油课表.app
- cd -
deploy:
provider: releases
api_key: $GITHUB_OAUTH_TOKEN
file: build/macos/Build/Products/Release/东油课表.zip
skip_cleanup: true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Dart
1
https://gitee.com/gebona/nepu_course.git
git@gitee.com:gebona/nepu_course.git
gebona
nepu_course
nepu_course
main

搜索帮助