2019-04-25 04:52:08 +07:00
|
|
|
language: go
|
2019-03-24 22:37:31 +07:00
|
|
|
required: sudo
|
2019-04-25 04:52:08 +07:00
|
|
|
go:
|
|
|
|
- '1.13'
|
2016-12-18 03:57:09 +07:00
|
|
|
services:
|
2018-08-25 04:03:54 +07:00
|
|
|
- docker
|
|
|
|
- ntp
|
2019-10-19 22:46:10 +07:00
|
|
|
- xvfb
|
2017-01-29 02:21:30 +07:00
|
|
|
addons:
|
2018-08-25 04:03:54 +07:00
|
|
|
chrome: stable
|
2017-01-29 02:21:30 +07:00
|
|
|
apt:
|
2017-07-27 04:45:26 +07:00
|
|
|
sources:
|
2018-08-25 04:03:54 +07:00
|
|
|
- google-chrome
|
2017-01-29 02:21:30 +07:00
|
|
|
packages:
|
2018-08-25 04:03:54 +07:00
|
|
|
- libgif-dev
|
|
|
|
- google-chrome-stable
|
2019-10-30 03:54:47 +07:00
|
|
|
|
2019-04-25 04:52:08 +07:00
|
|
|
before_script:
|
|
|
|
- curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
|
2019-10-30 03:54:47 +07:00
|
|
|
- nvm install v11 && nvm use v11 && npm i
|
2016-12-18 03:57:09 +07:00
|
|
|
script:
|
2019-10-30 03:54:47 +07:00
|
|
|
- "source bootstrap.sh"
|
|
|
|
- "authelia-scripts ci"
|
2017-03-17 04:11:24 +07:00
|
|
|
after_success:
|
2019-10-30 03:54:47 +07:00
|
|
|
- "authelia-scripts docker publish"
|
|
|
|
|
|
|
|
# TODO(c.michaud): publish built artifact on Github.
|
|
|
|
|
2016-12-18 03:57:09 +07:00
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
recipients:
|
|
|
|
- clement.michaud34@gmail.com
|
|
|
|
on_success: change
|
|
|
|
on_failure: always
|