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:
parent
274432436f
commit
9592672ff9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user