Fixed paths
This commit is contained in:
parent
604ed439a8
commit
b66b1e5b10
@ -7,10 +7,10 @@ before_install:
|
|||||||
- if [TRAVIS_MCSERVER_BUILD_TYPE == "COVERAGE"]; then sudo pip install cpp_coveralls; fi
|
- if [TRAVIS_MCSERVER_BUILD_TYPE == "COVERAGE"]; then sudo pip install cpp_coveralls; fi
|
||||||
|
|
||||||
# Build MCServer
|
# Build MCServer
|
||||||
script: CIbuild.sh
|
script: ./CIbuild.sh
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- uploadCoverage.sh
|
- ./uploadCoverage.sh
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- TRAVIS_MCSERVER_BUILD_TYPE=RELEASE MCSERVER_PATH=./MCServer
|
- TRAVIS_MCSERVER_BUILD_TYPE=RELEASE MCSERVER_PATH=./MCServer
|
||||||
|
Loading…
Reference in New Issue
Block a user