@fibjs/ci
Autogen-CI-Konfigurationsdatei.
Installation
1$ npm i @fibjs/ci --save-dev
Verwendung
Fügen Sie ci
eine Immobilie zu Ihrem hinzu package.json
:
1
2
3
4"ci": {
"type": "travis, appveyor", // default ci env type is 'travis, appveyor'
"version": "0.3.1" // default version is 0.3.1. Only support version >= 0.3.1
}
Sie können die verfügbaren Versionen hier überprüfen: fibjs.org/downloads/
und das CI-System führt automatisch npm run ci
den Befehl aus, also fügen Sie dies bitte zu Ihrem hinzu package.json
:
1
2
3"scritps": {
"ci": "fibjs test/test.js"
}
Wie
Verwenden Sie npm postinstall
den Hook, um den *.yml
nach jedem npm install
Lauf zu erstellen.