Advertisement
Guest User

gitlab-ci.yml

a guest
Nov 27th, 2020
651
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. default:
  2. image: node 4.2.2
  3. before_script:
  4. - apt-get update
  5. - apt-get install npm
  6. - apt-get install node
  7. - npm install @angular/cli
  8. - npm install --save ngx-ui-loader
  9. - npm install angular-jwt
  10. - npm i
  11. tags:
  12. - ntiunifacisa
  13.  
  14. build:
  15. script:
  16. - ng build
  17. tags:
  18. - ntiunifacisa
  19.  
  20. tests:
  21. script:
  22. - ng test
  23. - ng e2e
  24. tags:
  25. - ntiunifacisa
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement