Skip to content

Add soft-body updater, visualizer, AI helpers, and softbody loader#8716

Open
wp4fy9v8q7-cmd wants to merge 1 commit into
4ian:masterfrom
wp4fy9v8q7-cmd:pxle-engine-1
Open

Add soft-body updater, visualizer, AI helpers, and softbody loader#8716
wp4fy9v8q7-cmd wants to merge 1 commit into
4ian:masterfrom
wp4fy9v8q7-cmd:pxle-engine-1

Add soft-body updater, visualizer, AI helpers, and softbody loader

e3cc6e8
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Jun 14, 2026 in 38m 39s

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 #8716 Add soft-body updater, visualizer, AI helpers, and softbody loader.
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 (Noble)
Compiler Version clang
Build Configuration
{
  "language": "cpp",
  "os": [
    "linux"
  ],
  "dist": "noble",
  "sudo": false,
  "compiler": [
    "clang"
  ],
  "branches": {
    "only": [
      "master"
    ]
  },
  "cache": {
    "directories": [
      "$HOME/.npm"
    ]
  },
  "addons": {
    "apt": {
      "sources": [
        {
          "name": "ubuntu-toolchain-r-test"
        }
      ],
      "packages": [
        "cmake",
        "p7zip-full",
        "libstdc++-14-dev"
      ]
    }
  },
  "install": [
    "nvm install v16 && nvm use v16",
    "mkdir .build-tests",
    "cd .build-tests",
    "cmake -DBUILD_GDJS=FALSE -DBUILD_TESTS=TRUE -DCMAKE_CXX_COMPILER=$(which $CXX) -DCMAKE_C_COMPILER=$(which $CC) ..",
    "make -j 4",
    "cd ..",
    "git clone --depth 1 --branch 3.1.21 https://github.com/juj/emsdk.git",
    "cd emsdk && ./emsdk install 3.1.21 && ./emsdk activate 3.1.21 && cd ..",
    "cd GDevelop.js && npm install && cd ..",
    "(set -e; cd GDevelop.js && source ../emsdk/emsdk_env.sh && npm run build && cd ..)",
    "npm -v",
    "cd newIDE/app && npm install",
    "cd ../..",
    "cd GDJS && npm install && cd tests && npm install",
    "cd ../.."
  ],
  "script": [
    "cd .build-tests",
    "for i in {1..20}; do echo \"Run $i\"; Core/GDCore_tests; done",
    "cd ..",
    "cd GDevelop.js",
    "npm test",
    "cd ..",
    "cd newIDE/app",
    "npm test",
    "npm run flow",
    "npm run check-format",
    "npm run check-script-types",
    "cd ../..",
    "cd GDJS",
    "npm run check-format",
    "cd .."
  ]
}