Мимика Максим. Задание 02_06 #8959
Open
Travis CI / Travis CI - Pull Request
succeeded
Oct 2, 2023 in 59s
Build Passed
The build passed. This is a change from the previous build, which failed.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #8959 Мимика Максим. Задание 02_06.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
Build Option | Setting |
---|---|
Language | Java |
Operating System | Linux (Xenial) |
JDK Version | openjdk11 |
Build Configuration
{
"language": "java",
"os": [
"linux"
],
"dist": "xenial",
"jdk": [
"openjdk11"
],
"script": [
"diff=$(git diff --name-only $TRAVIS_BRANCH...HEAD | awk -F/ '{print $1, $2}' | sort -u | grep task)\ncount=`echo $diff | wc -w`\nif [ \"$count\" == \"0\" ];\nthen\n echo \"Nothing to check\"\n exit 1\nfi\nif [ $count != 2 ];\nthen\n echo \"Only single task is allowed\"\n exit 1\nfi\nslot=`echo $diff | cut -f1 -d' '`\ntask=`echo $diff | cut -f2 -d' '`\nif [ $slot == \"08-java-io2\" ]\nthen\n sudo apt-get -qq update\n sudo apt-get install -y ffmpeg\nfi\necho \"Checking $task\"\ncmd=\"./gradlew :$task:clean :$task:check\"\ncd $slot\n$cmd"
]
}
Loading