mirror of https://github.com/penpot/penpot.git
👷 Add docker build / run to CI
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
parent
9c61389830
commit
76726b6cd2
|
|
@ -27,6 +27,8 @@ script:
|
||||||
- ./manage.sh build-devenv
|
- ./manage.sh build-devenv
|
||||||
- ./manage.sh run-frontend-tests
|
- ./manage.sh run-frontend-tests
|
||||||
- ./manage.sh run-backend-tests
|
- ./manage.sh run-backend-tests
|
||||||
|
- ./manage.sh build-images
|
||||||
|
- ./manage.sh run
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- docker images
|
- docker images
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue