GithubHelp home page GithubHelp logo

Comments (10)

bend-n avatar bend-n commented on May 18, 2024 2

I got it 🥳

from godot-ci.

Calinou avatar Calinou commented on May 18, 2024 1

There are no container images provided for pre-releases. This means godot-ci can only be used with stable releases.

Now that deployment is automated, we could build container images for pre-releases. However, we need to make sure the latest tag continues pointing to the latest stable release only, not pre-releases.

cc @TheOrioli

from godot-ci.

TheOrioli avatar TheOrioli commented on May 18, 2024 1

@bend-n @Calinou

In this PR #83 a workflow was added that can be used to build pre-releases, I'm not sure who has the power to actually run them in this repo, but I have been running them in mine. The workflow does not overwrite the latest tag https://github.com/TheOrioli/godot-ci/actions/workflows/manual_build.yml

Images are available on :

I use them like this in my workflows:

  build:
    strategy:
      matrix:
        include:
          - template: windows
            export_name: $EXPORT_NAME.exe
      fail-fast: true
    name: Build ${{ matrix.template }}
    runs-on: ubuntu-latest
    needs: [version]
    container:
      image: ghcr.io/theorioli/godot-ci:mono-3.5.rc6

EDIT: Once the Manual Build workflow is ran in this repository the abarichello Docker and GHCR images will work properly

from godot-ci.

bend-n avatar bend-n commented on May 18, 2024

@TheOrioli

Having a few issues... does it download the templates?

from godot-ci.

TheOrioli avatar TheOrioli commented on May 18, 2024

@bend-n your GODOT_VERSION is still set to 3.4.4 in the workflow, change that to GODOT_VERSION: 3.5.rc6

from godot-ci.

bend-n avatar bend-n commented on May 18, 2024

@TheOrioli

I still have the problem of /root/.local/share/godot/templates being completly empty...

PS: the line the link points to is the results of ls -l /root/.local/share/godot/templates
Oh wait, its actually ~/.. Lets see what happens if i change it..

from godot-ci.

TheOrioli avatar TheOrioli commented on May 18, 2024

@bend-n this is the setup step in my builds

 - name: Setup
      shell: bash
      run: |
        mkdir -v -p ~/.local/share/godot/templates
        mv /root/.local/share/godot/templates/${GODOT_VERSION}.mono ~/.local/share/godot/templates/${GODOT_VERSION}.mono

I use the mono version, so it should be just removing the .mono at the end of the lines

from godot-ci.

bend-n avatar bend-n commented on May 18, 2024

@TheOrioli

does mono have the random windows build failure?

the action

from godot-ci.

TheOrioli avatar TheOrioli commented on May 18, 2024

@bend-n I have not seen that error before.

I see two things that could be messy:

  1. ERROR: Cannot open file 'res://.import/Capture.ogg-f2e17ec5719fd0451670492ce185e886.oggstr'.
    at: get_dependencies (core/io/resource_format_binary.cpp:984)

  2. WARNING: Resources Modification: Could not start rcedit executable, configure rcedit path in the Editor Settings (Export > Windows > Rcedit).

the Rcedit one is much easier to debug, it's just a setting you can manually disable in the export config in the godot project export settings.
image

from godot-ci.

bend-n avatar bend-n commented on May 18, 2024

The import errors are normal, i ignore the .import

from godot-ci.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.