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

bearrive: Provide reactimate function matching Yampa's #459

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Updates changelog.

77ea442
Select commit
Loading
Failed to load commit list.
Open

bearrive: Provide reactimate function matching Yampa's #459

Updates changelog.
77ea442
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Dec 2, 2024 in 9m 34s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #459 Implements reactimate function that matches Yampa. .
Any changes that have been made to the develop branch before the build ran are also included.

Jobs and Stages

This build has nine jobs, running in parallel.

Job ENV OS State
828.1 CABALVER=2.4 GHCVER=7.6.3 Linux passed
828.2 CABALVER=2.4 GHCVER=7.8.4 Linux passed
828.3 CABALVER=2.4 GHCVER=7.10.3 Linux passed
828.4 CABALVER=2.4 GHCVER=8.0.2 Linux passed
828.5 CABALVER=2.4 GHCVER=8.2.2 Linux passed
828.6 CABALVER=2.4 GHCVER=8.4.4 Linux passed
828.7 CABALVER=2.4 GHCVER=8.6.5 Linux passed
828.8 CABALVER=3.0 GHCVER=8.8.3 Linux passed
828.9 CABALVER=3.0 GHCVER=8.10.1 Linux passed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Bionic)
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "env": [
    "jobs={:CABALVER=>\"2.4\", :GHCVER=>\"7.6.3\"}={:CABALVER=>\"2.4\", :GHCVER=>\"7.8.4\"}={:CABALVER=>\"2.4\", :GHCVER=>\"7.10.3\"}={:CABALVER=>\"2.4\", :GHCVER=>\"8.0.2\"}={:CABALVER=>\"2.4\", :GHCVER=>\"8.2.2\"}={:CABALVER=>\"2.4\", :GHCVER=>\"8.4.4\"}={:CABALVER=>\"2.4\", :GHCVER=>\"8.6.5\"}={:CABALVER=>\"3.0\", :GHCVER=>\"8.8.3\"}={:CABALVER=>\"3.0\", :GHCVER=>\"8.10.1\"}"
  ],
  "before_install": [
    "sudo rm /etc/apt/sources.list.d/pgdg.list",
    "travis_retry sudo apt-get update -qq",
    "travis_retry sudo add-apt-repository -y ppa:hvr/ghc",
    "travis_retry sudo apt-get update",
    "travis_retry sudo apt-get install -qq --yes libcwiid-dev libsdl1.2-dev libsdl-gfx1.2-dev libbluetooth-dev libsdl-ttf2.0-dev",
    "travis_retry sudo apt-get install --yes cabal-install-$CABALVER ghc-$GHCVER",
    "export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH",
    "cabal --version",
    "ghc --version",
    "travis_retry cabal update"
  ],
  "script": [
    "cabal new-build all --max-backjumps=10000 && cabal new-test all --max-backjumps=10000"
  ],
  "install": [
    "skip"
  ],
  "before_deploy": [
    "cd dunai/"
  ],
  "deploy": [
    {
      "provider": "hackage",
      "edge": true,
      "username": "keera_studios_ci_dunai",
      "password": {
        "secure": "nfxBR6dV3B+qmQcxiJsmQMPrRUvUZRfSPmhFWwFIjJCfjJLTteQg9V0QI2IpssnNos9qQrCF9qxsvSGSliC9rANYRz8jGz4y5/8XmS0LE71BDTvB8WyzWhKGB9SXNN4xozEIvFDdpEopeK3uh7yf3GXY30zDNhYbZaj38eUF0/3WfxcBBgKDjPgnVShNgoXkkwI6Vz+e1M42/f0IoUVdXWikmCuczMoVYKIkawr+qjCKn9jzKzsdxVYgFtKwOx4wzXvncfvsi1H90pHt4RZi0ufS0qhFxq8Wylx8s1J4i1AuC/2iuAhdEOTidSXGUpi3hDfPhvq70+5vJr9RxgdRA5SkqXT/cck5cC21uOuIw1mGs2Zic7jD16MrpDmZEgZq5QpsK7Hwy5B3+YXZ7y7gG8nxobg8Fj49IbYTuigGrlXJumAXMtU1mspRfWthySKLLrVyCqn8Jow8DcjtmQDGRf4yY2EPngf8iJ7VmFaUpiCPZZ2aE4FxjSpqgJLFun2szLsNLNVFkUHjHF/NFJzW6i+evy/oJmvk+SmI0D/YunbUmlgrN2+sy5TpwWquN9I78SDaGpP8yNlR7OutU6DgLpu9BigLTQHKQr+tJz30c4em3w2Gl1F+QM8sIEEvafEX8+h6WqpKuHi8sQlJKJziAnoEfgDC83tKJJpMc9hj3kE="
      },
      "on": {
        "branch": [
          "master"
        ],
        "condition": [
          "${TRAVIS_HASKELL_VERSION}=8.6.5"
        ]
      }
    }
  ]
}