A simple file sharing site with an easy to use API and online panel.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

17 rindas
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