15 lines
339 B
YAML
15 lines
339 B
YAML
|
|
name: Admin Dashboard / CRM CI
|
||
|
|
description: >-
|
||
|
|
Install dependencies, lint, test and build the app.
|
||
|
|
Runs on demand or on a repository event; starts the project's continuous
|
||
|
|
integration contract.
|
||
|
|
version: 1.0.0
|
||
|
|
mode: function
|
||
|
|
language: shell
|
||
|
|
target: default
|
||
|
|
trigger:
|
||
|
|
type: event
|
||
|
|
tasks:
|
||
|
|
- id: build
|
||
|
|
entry: { file: ci-build.sh }
|