1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 09:13:19 +01:00

CI tweaks

This commit is contained in:
Matthias Kretschmann 2018-04-05 00:38:45 +02:00
parent a16deedfd7
commit 78bdfcca02
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -4,13 +4,10 @@ cache:
paths:
- node_modules/
before_script:
- apt-get update -qq
- apt-get install -y libx11-xcb1 libxcomposite1 libxcursor1 libxfixes3 libxdamage1 libxi6
testing:
stage: test
script:
- npm install
- npm test
- npm run build
- npm run build-css
- npm run build-js