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.

14 lines
163B

  1. language: javascript
  2. sudo: required
  3. dist: xenial
  4. before_install:
  5. - make prepare
  6. - make clean
  7. script:
  8. - make build
  9. - make docker_api
  10. - make docker_web