1 Star 0 Fork 25

灰灰菜/Wayne

forked from Gitee 极速下载/Wayne 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 887 Bytes
一键复制 编辑 原始数据 按行查看 历史
千夜 提交于 2020-04-19 20:22 . Update .travis.yml
matrix:
include:
- language: go
os:
- linux
go:
- 1.12.x
env:
- DB_USER=root DB_PASSWD='root' DB_TNS='tcp(127.0.0.1:3306)'
service:
- mysql
before_install:
- mysql -e 'select VERSION();'
- mysql -e 'create database wayne;'
- mysql -u root -e "create user wayne@localhost identified by 'wayne'; grant all on wayne.* to wayne@localhost;"
- mysql -u wayne -p'wayne' -e 'show databases;'
script:
- pwd
- export GO111MODULE=on
- export GOPROXY=https://goproxy.io
- make syncdb
- make run-backend &
- sleep 5
- pidof go
- language: node_js
os:
- linux
node_js:
- 12.16.1
before_install:
- cd src/frontend && npm install
script:
- npm run build
- npm run lint
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/aipiciq/Wayne.git
git@gitee.com:aipiciq/Wayne.git
aipiciq
Wayne
Wayne
master

搜索帮助