Open hgwood opened 7 years ago
Pour le circle.yml
ça parait difficile 👎
cf http://stackoverflow.com/a/31237960/6653394
et on ne peut pas faire "d'import" de circle.yml 👎
Solution 1: script npm et liens symboliques
Pour info, les symlinks semblent fonctionner. Ce n'est pas idéal mais on peut imaginer quelque chose avec un postinstall
de npm
...
Solution 2: partager des workplaces avec CircleCI 2
https://circleci.com/docs/2.0/workflows/#using-workspaces-to-share-data-among-jobs
See https://github.com/Zenika/sensei for an approach that does not require any technical part on the training materiel side (except CircleCI config and maybe a very simple run.sh).
CircleCI 2.0 now has orbs that might be a solution to reduce the need to update the configuration on the training material side.
Voir s'il est possible de supprimer ces choses là des formations :
run.sh
circle.yml
Gruntfile.js
/gulpfile.js
(voir #117, #48, #141)