6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-06 07:30:40 +00:00

Attempt to generate assets with travis

Now that assets generation has been accelerated (a little) we can
attempt again to run "make assets" in travisci.
This commit is contained in:
Régis Behmo 2018-11-20 17:56:43 +01:00
parent 274432436f
commit 9592672ff9

View File

@ -5,7 +5,7 @@ script:
- make configure SILENT=1 CONFIGURE_OPTS="-e SETTING_ACTIVATE_NOTES=1 -e SETTING_ACTIVATE_XQUEUE=1"
- make build
- make databases
#- make assets # too time-consuming
- make assets
deploy:
provider: script
script: docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD" && make push