File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 build-using-docker :
3939 name : Build Using Docker
4040 runs-on : ubuntu-latest
41- container : kambi/castle-engine-cloud-builds-tools:cge-none
41+ container : kambi/castle-engine-cloud-builds-tools:cge-unstable
4242 steps :
4343 - uses : actions/checkout@v5
44- # Set env CASTLE_ENGINE_PATH following
45- # https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#environment-files
46- # https://brandur.org/fragments/github-actions-env-vars-in-env-vars
47- - name : Castle Game Engine - Env CASTLE_ENGINE_PATH
48- run : echo "CASTLE_ENGINE_PATH=$GITHUB_WORKSPACE/castle-engine" >> $GITHUB_ENV
49- - name : Castle Game Engine - Env PATH (non-Windows)
50- run : echo "PATH=$PATH:$CASTLE_ENGINE_PATH/tools/build-tool/" >> $GITHUB_ENV
51- - name : Castle Game Engine - Clone snapshot
52- run : git clone --depth 1 --single-branch --branch snapshot https://github.com/castle-engine/castle-engine/
53- - name : Castle Game Engine - Build
54- run : cd $CASTLE_ENGINE_PATH/tools/build-tool/ && ./castle-engine_compile.sh
5544
5645 - name : Package Windows
5746 run : castle-engine package --os=win64 --cpu=x86_64 --verbose
You can’t perform that action at this time.
0 commit comments