1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

27 lines
813 B
YAML
Raw Normal View History

2020-02-21 22:52:42 -07:00
---
language: minimal
2020-02-21 23:49:51 -07:00
jobs:
include:
- stage: Lint
services:
- docker
before_install:
- docker build -t hyperglass/ubuntu -f .tests/app/ubuntu/Dockerfile .
2020-02-21 23:49:51 -07:00
script: docker run hyperglass/ubuntu /bin/sh -c "cd /tmp/hyperglass; poetry run flake8 hyperglass"
- stage: Installer - Ubuntu
services:
- docker
before_install:
- docker build -t install_ubuntu -f .tests/install/ubuntu/Dockerfile .
script: docker run install_ubuntu /bin/bash /tmp/install.sh
- stage: App - Ubuntu
services:
- docker
- redis
before_install:
- docker build -t hyperglass/ubuntu -f .tests/app/ubuntu/Dockerfile .
2020-06-21 17:55:09 -07:00
env:
2020-06-22 15:38:06 -07:00
- HYPERGLASS_UI_BUILD_TIMEOUT=600
script: docker run hyperglass/ubuntu /tmp/setup.sh