Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Мимика Максим. Задание 03_07 #8974

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

task 03_07 done

b625034
Select commit
Loading
Failed to load commit list.
Open

Мимика Максим. Задание 03_07 #8974

task 03_07 done
b625034
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Oct 13, 2023 in 1m 0s

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 #8974 Мимика Максим. Задание 03_07.
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"
  ]
}