Skip to content

Commit

Permalink
Move scripts to scripts dir
Browse files Browse the repository at this point in the history
tests/ will only put the unittest file, otherwise in scripts
  • Loading branch information
tjjh89017 committed Jun 13, 2018
1 parent 2abdddc commit 4b934f5
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@ before_install:
- chmod 600 tests/ezio.pem
- eval $(ssh-agent)
- ssh-add tests/ezio.pem
- bash tests/before_install.sh
- bash tests/scripts/before_install.sh
- export LIBTORRENT=$PWD/libtorrent-rasterbar/build/
- export LIBRARY_PATH=$LIBTORRENT/lib/:$LIBRARY_PATH
- export CPLUS_INCLUDE_PATH=$LIBTORRENT/include/:$CPLUS_INCLUDE_PATH

install:
- sed -i 's/g++/g++-5/g' Makefile
- bash tests/install.sh
- bash tests/scripts/install.sh

before_script:
- bash tests/before_script.sh
- bash tests/scripts/before_script.sh

script:
- bash tests/script.sh
- bash tests/scripts/script.sh

after_success:
- bash tests/before_deploy.sh
- bash tests/deploy.sh
- bash tests/scripts/before_deploy.sh
- bash tests/scripts/deploy.sh
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4b934f5

Please sign in to comment.