A simple file sharing site with an easy to use API and online panel.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

17 wiersze
272B

  1. language:
  2. node_js
  3. node_js:
  4. - "node"
  5. services:
  6. - mongodb
  7. cache:
  8. directories:
  9. - "node_modules"
  10. install:
  11. - npm ci
  12. - npm install -g npx
  13. script:
  14. - npx gulp
  15. - npx istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec
  16. - npx codecov