Write.as GTK desktop app https://write.as/apps/desktop
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

39 rivejä
420 B

  1. ---
  2. language: node_js
  3. node_js:
  4. - lts/*
  5. sudo: required
  6. services:
  7. - docker
  8. addons:
  9. apt:
  10. sources:
  11. - ubuntu-toolchain-r-test
  12. packages:
  13. - libstdc++-5-dev
  14. cache:
  15. directories:
  16. - /tmp/liftoff
  17. matrix:
  18. include:
  19. - env: DIST=loki
  20. - env: DIST=juno
  21. install:
  22. - npm install @elementaryos/houston
  23. script:
  24. - houston ci
  25. --distribution $DIST
  26. branches:
  27. only:
  28. - deb-packaging