-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
153efc8
commit ecd920c
Showing
44 changed files
with
290 additions
and
7,806 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,17 +25,24 @@ before_install: | |
- source ~/.install-jdk-travis.sh | ||
|
||
- ./gradlew clean build -x test --console=plain | ||
- cp build/libs/jFSTMerge-all.jar testfiles/shelltests/config/jFSTMerge.jar | ||
|
||
- cp build/libs/jFSTMerge-all.jar ${HOME}/s3m.jar | ||
- bash testfiles/shelltests/config/gitconfiguration.sh | ||
|
||
- git config --global user.email "[email protected]" | ||
- git config --global user.name "Guilherme Cavalcanti" | ||
|
||
script: | ||
- ./gradlew test --console=plain | ||
- cd testfiles/shelltests/ | ||
- bash s3mGitIntegrationTests.sh | ||
- cd testfiles/shelltests | ||
- | | ||
if [ "${TRAVIS_OS_NAME}" == "windows" ]; then | ||
javac -cp .;dependencies/* s3mGitIntegrationTests.java; | ||
java -cp .;dependencies/* org.junit.runner.JUnitCore s3mGitIntegrationTests; | ||
else | ||
javac -cp .:dependencies/* s3mGitIntegrationTests.java; | ||
java -cp .:dependencies/* org.junit.runner.JUnitCore s3mGitIntegrationTests; | ||
fi | ||
before_cache: | ||
- curl "${GRAVIS}.clean_gradle_cache.sh" --output ~/.clean_gradle_cache.sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,3 @@ cd $parent_path | |
|
||
cp .gitconfig $HOME | ||
cp .gitattributes $HOME | ||
cp jFSTMerge.jar $HOME |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
214 changes: 0 additions & 214 deletions
214
testfiles/shelltests/dependencies/shunit2-2.1.6/doc/CHANGES-2.1.txt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.