mirror of
https://github.com/frappe/bench.git
synced 2025-02-12 15:48:24 +00:00
[travis] use setup_frappe.sh for testing
This commit is contained in:
parent
bba5b46112
commit
c3a2abe71f
@ -7,11 +7,11 @@ python:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- sudo apt-get purge -y mysql-common mysql-server mysql-client
|
- sudo apt-get purge -y mysql-common mysql-server mysql-client
|
||||||
- sudo python $TRAVIS_BUILD_DIR/installer/install.py --user travis --skip-bench-setup
|
# - sudo python $TRAVIS_BUILD_DIR/installer/install.py --user travis --skip-bench-setup
|
||||||
# - sudo bash $TRAVIS_BUILD_DIR/install_scripts/setup_frappe.sh --skip-install-bench --mysql-root-password travis
|
- sudo bash $TRAVIS_BUILD_DIR/install_scripts/setup_frappe.sh --skip-install-bench --mysql-root-password travis
|
||||||
- mkdir -p ~/bench-repo
|
- mkdir -p ~/bench-repo
|
||||||
- cp -r $TRAVIS_BUILD_DIR/* ~/bench-repo/
|
- cp -r $TRAVIS_BUILD_DIR/* ~/bench-repo/
|
||||||
- cd ~ && sudo python bench-repo/installer/install.py --only-dependencies
|
# - cd ~ && sudo python bench-repo/installer/install.py --only-dependencies
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd ~
|
- cd ~
|
||||||
|
Loading…
x
Reference in New Issue
Block a user