mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-11-24 05:07:35 +00:00
初始化
This commit is contained in:
19
engine/.circleci/config.yml
Normal file
19
engine/.circleci/config.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
|
||||
#
|
||||
version: 2
|
||||
jobs:
|
||||
test:
|
||||
docker:
|
||||
- image: circleci/node:8.9.4
|
||||
steps:
|
||||
- checkout
|
||||
- run: sudo npm install -g gulp
|
||||
- run: npm install gulp-qunit
|
||||
- run: npm install
|
||||
- run: npm test
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
test:
|
||||
jobs:
|
||||
- test
|
||||
Reference in New Issue
Block a user