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

Start adding Comments #964

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Update animation_frames.cpp

18c1f37
Select commit
Loading
Failed to load commit list.
Open

Start adding Comments #964

Update animation_frames.cpp
18c1f37
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jun 5, 2024 in 17m 42s

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 #964 Start adding Comments.
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 C++
Operating System Linux (Xenial)
Build Configuration
{
  "language": "cpp",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": true,
  "cache": {
    "bundler": true
  },
  "env": [
    "jobs={:CONFIG=>\"release\"}"
  ],
  "install": [
    "if [ \"${TRAVIS_OS_NAME}\" = \"linux\" ]; then sudo apt-add-repository -y ppa:ubuntu-toolchain-r/test; sudo apt-add-repository -y ppa:beineri/opt-qt593-xenial; sudo add-apt-repository -y ppa:ubuntu-sdk-team/ppa; sudo apt-get -qq update; sudo apt-get -qq install g++-6 libc6-i386; sudo apt-get install -y mesa-common-dev libgl1-mesa-dev; sudo apt-get install -y qt59base qt59tools qt59multimedia qt59svg; sudo apt-get install -y libpng12-0 libpng12-dev libgsl-dev libgsl2 libgomp1 liblzo2-2 liblzo2-dev; sudo apt-get install -y libqt5svg5; sudo apt-get install -y libtiff5; sudo apt-get install -y libsndfile1-dev tree; sudo apt-get install opencl-headers ocl-icd-libopencl1 ocl-icd-opencl-dev; sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 100; sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 100; sudo update-alternatives --set g++ /usr/bin/g++-6; sudo update-alternatives --set gcc /usr/bin/gcc-6; gcc --version; lsb_release -a;\nelse brew update > /dev/null; brew install qt5 gsl llvm lzo libsndfile tree; export CC=/usr/local/opt/llvm/bin/clang; export CXX=/usr/local/opt/llvm/bin/clang++; export LDFLAGS=\"-L/usr/local/opt/llvm/lib $LDFLAGS\"; export CPPFLAGS=\"-I/usr/local/opt/llvm/include $CPPFLAGS\"; chmod -R 755 /usr/local/opt/qt5/*;\nfi"
  ],
  "script": [
    "if [ \"${TRAVIS_OS_NAME}\" = \"linux\" ]; then QTDIR=\"/opt/qt59\" && PATH=\"$QTDIR/bin:$PATH\" && qt59-env.sh ; else QTDIR=\"/usr/local/opt/qt5\" && PATH=\"$QTDIR/bin:$PATH\" && LDFLAGS=-L$QTDIR/lib && CPPFLAGS=-I$QTDIR/include ; fi",
    "mkdir mandelbulber2/build",
    "cd mandelbulber2/build",
    "if [ \"${TRAVIS_OS_NAME}\" = \"linux\" ]; then qmake ../qmake/mandelbulber-opencl.pro ; else qmake -spec macx-xcode ../qmake/mandelbulber.pro && qmake -project && qmake -o makefile ../qmake/mandelbulber.pro ; fi",
    "make -j3",
    "tree .",
    "if [ \"${TRAVIS_OS_NAME}\" = \"linux\" ]; then cd .. && mkdir package && ./make-package.sh test package && cp build/mandelbulber2 package/mandelbulber2-test/usr/bin/mandelbulber2 && cd package/mandelbulber2-test && ./install && mandelbulber2 --test ; else echo 'TODO test...' ; fi",
    "#if [ \"${TRAVIS_OS_NAME}\" = \"linux\" ] && [ \"${TRAVIS_EVENT_TYPE}\" = \"cron\" ]; then\nif [ \"${TRAVIS_OS_NAME}\" = \"linux\" ]; then\n\n  cd ../../build\n  \n  make INSTALL_ROOT=appdir -j$(nproc) install ; find appdir/\n  \n  cp appdir/usr/share/icons/hicolor/256x256/apps/mandelbulber.png appdir/usr/share/icons/hicolor/256x256/apps/mandelbulber2.png || true # https://github.com/buddhi1980/mandelbulber2/issues/453#issuecomment-475412753\n  cp appdir/usr/share/icons/hicolor/256x256/apps/mandelbulber.png appdir/mandelbulber.png\n  \n  wget -c -nv \"https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage\"\n  chmod a+x linuxdeployqt-continuous-x86_64.AppImage\n  \n  unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH\n  ./linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/*.desktop -appimage -extra-plugins=iconengines,imageformats\n  \n  #export UPLOADTOOL_ISPRERELEASE=true\n  wget -c  https://github.com/damirporobic/uploadtool/raw/master/upload.sh\n  \n  export UPLOADTOOL_ISPRERELEASE=true\n  bash upload.sh Mandelbulber*.AppImage*\nfi\n"
  ],
  "branches": {
    "except": [
      "/^(?i:continuous)/"
    ]
  },
  "notifications": {
    "email": [
      {
        "recipients": [
          "[email protected]"
        ]
      },
      {
        "recipients": [
          "[email protected]"
        ]
      },
      {
        "recipients": [
          "[email protected]"
        ]
      }
    ],
    "webhooks": [
      {
        "urls": [
          "https://webhooks.gitter.im/e/045502f8fca741c11771"
        ]
      }
    ]
  }
}