★ wanayoo — archive 1999 https://github.com/cpp-redis/cpp_redis/pull/60/checksNouvelle recherche | Portail wanayoo
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

For #18, added COUNT word before actual value for xrevrange. #60

Open
wants to merge 1 commit into
base: master
from

For #18, added COUNT word before actual value for xrevrange.

78adf7c
Select commit
Travis CI / Travis CI - Pull Request failed Feb 21, 2020 in 10m 49s

Build Failed

The build failed. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #60 For #18, added COUNT word before actual value for xrevrange..
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Job Compiler OS State
50.1 clang Linux passed
50.2 gcc Linux failed
50.3 clang macOS failed
50.4 gcc macOS failed

Build Configuration

Build Option Setting
Language C++
Operating System Linux (Xenial), macOS
Compiler Versions clang, gcc
Build Configuration
{
  "os": [
    "linux",
    "osx"
  ],
  "dist": "xenial",
  "cache": {
    "ccache": true
  },
  "group": "stable",
  "addons": {
    "apt": {
      "sources": [
        {
          "name": "ubuntu-toolchain-r-test"
        }
      ],
      "packages": [
        "gcc-4.8",
        "g++-4.8",
        "clang"
      ]
    }
  },
  "script": [
    "mkdir build && cd build && cmake .. -DBUILD_TESTS=true -DBUILD_EXAMPLES=true && make && GTEST_COLOR=1 ctest -VV"
  ],
  ".result": "configured",
  "install": [
    "if [[ \"$TRAVIS_OS_NAME\" == \"osx\" ]]; then brew install ccache; fi",
    "if [[ \"$TRAVIS_OS_NAME\" == \"osx\" ]]; then export PATH=\"/usr/local/opt/ccache/libexec:$PATH\"; fi",
    "if [[ \"$TRAVIS_OS_NAME\" != \"osx\" && \"$CXX\" = \"g++\" ]]; then export CXX=\"g++-4.8\" CC=\"gcc-4.8\"; fi",
    "if [[ \"$TRAVIS_OS_NAME\" == \"osx\" ]]; then brew install redis; fi",
    "if [[ \"$TRAVIS_OS_NAME\" == \"osx\" ]]; then (redis-server&); fi"
  ],
  "compiler": [
    "clang",
    "gcc"
  ],
  "language": "cpp",
  "services": [
    "redis"
  ],
  "before_install": [
    "if [[ \"$TRAVIS_OS_NAME\" == \"osx\" ]]; then brew update; fi",
    "if [[ \"$TRAVIS_OS_NAME\" == \"osx\" ]]; then brew install llvm; fi"
  ]
}
You can’t perform that action at this time.