mirror of
https://github.com/PeWu/topola-viewer.git
synced 2025-12-24 03:00:05 +00:00
14 lines
256 B
YAML
14 lines
256 B
YAML
language: node_js
|
|
node_js:
|
|
- "node"
|
|
addons:
|
|
apt:
|
|
packages:
|
|
# Ubuntu 16+ does not install this dependency by default, so we need to install it ourselves
|
|
- libgconf-2-4
|
|
|
|
script:
|
|
- npm run build
|
|
- npm test
|
|
- npm run cy:start-and-run
|