@fibjs/ci
Autogen ci-configuratiebestand.
Installatie
1$ npm i @fibjs/ci --save-dev
Gebruik
Voeg ci
eigendom toe aan uw 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
}
u kunt de beschikbare versies hier bekijken: fibjs.org/downloads/
en het ci-systeem voert automatisch npm run ci
de opdracht uit, dus voeg dit toe aan je package.json
:
1
2
3"scritps": {
"ci": "fibjs test/test.js"
}
Hoe
Gebruik npm postinstall
de haak om de *.yml
na elke npm install
run te maken.