Testing removal of uneeded paths
This commit is contained in:
@ -25,7 +25,7 @@ jobs:
|
|||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y curl
|
apt-get install -y curl
|
||||||
curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
|
curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
|
||||||
apt-get install -y nodejs unzip git git git-lfs
|
apt-get install -y nodejs unzip git git-lfs
|
||||||
git lfs install
|
git lfs install
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@ -84,10 +84,10 @@ jobs:
|
|||||||
|
|
||||||
export-windows:
|
export-windows:
|
||||||
name: Windows Export
|
name: Windows Export
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04 # Use 22.04 with godot 4
|
||||||
needs: prepare-build
|
needs: prepare-build
|
||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:mono-4.4.1
|
image: barichello/godot-ci:mono-4.4.1 # change to mono
|
||||||
steps:
|
steps:
|
||||||
# Doing this becuase barichello/godot-ci:4.4 doesn't have nodejs installed, may need to make own docker image in the future
|
# Doing this becuase barichello/godot-ci:4.4 doesn't have nodejs installed, may need to make own docker image in the future
|
||||||
# By default ubuntu-22.04 has nodejs 12, but we need a more modern version for the actions/checkout@v4
|
# By default ubuntu-22.04 has nodejs 12, but we need a more modern version for the actions/checkout@v4
|
||||||
@ -109,10 +109,10 @@ jobs:
|
|||||||
name: prepared-assets
|
name: prepared-assets
|
||||||
path: .
|
path: .
|
||||||
|
|
||||||
- name: Setup
|
# - name: Setup
|
||||||
run: |
|
# run: |
|
||||||
mkdir -v -p ~/.local/share/godot/export_templates/
|
# mkdir -v -p ~/.local/share/godot/export_templates/
|
||||||
mkdir -v -p ~/.config/
|
# mkdir -v -p ~/.config/
|
||||||
|
|
||||||
- name: Windows Build
|
- name: Windows Build
|
||||||
run: |
|
run: |
|
||||||
@ -154,9 +154,9 @@ jobs:
|
|||||||
name: prepared-assets
|
name: prepared-assets
|
||||||
path: .
|
path: .
|
||||||
|
|
||||||
- name: Setup
|
# - name: Setup
|
||||||
run: |
|
# run: |
|
||||||
mkdir -v -p ~/.local/share/godot/export_templates/
|
# mkdir -v -p ~/.local/share/godot/export_templates/
|
||||||
|
|
||||||
- name: Linux Build
|
- name: Linux Build
|
||||||
run: |
|
run: |
|
||||||
@ -177,7 +177,7 @@ jobs:
|
|||||||
needs: [export-windows, export-linux]
|
needs: [export-windows, export-linux]
|
||||||
steps:
|
steps:
|
||||||
# I can't use the c2msnetwork/steamcmd bc I need to instlal git and nodejs for the actions/checkout@v4 to work
|
# I can't use the c2msnetwork/steamcmd bc I need to instlal git and nodejs for the actions/checkout@v4 to work
|
||||||
# and I would need root access to install them, which breaks saving the cache file
|
# and I would need root access to install them, which root breaks saving the cache file
|
||||||
# So here we setup the dependencies for the missing steamcmd image, nodejs, and git manually
|
# So here we setup the dependencies for the missing steamcmd image, nodejs, and git manually
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
@ -263,7 +263,7 @@ jobs:
|
|||||||
|
|
||||||
~/steamcmd/steamcmd.sh +set_steam_guard_code "${{ secrets.STEAM_GUARD_CODE }}" +login "${{ vars.STEAM_BUILD_USERNAME }}" "${{ secrets.STEAM_BUILD_PASSWORD }}" +run_app_build "$PWD/build/build_dependencies/steam/app_build_2739610.vdf" +quit
|
~/steamcmd/steamcmd.sh +set_steam_guard_code "${{ secrets.STEAM_GUARD_CODE }}" +login "${{ vars.STEAM_BUILD_USERNAME }}" "${{ secrets.STEAM_BUILD_PASSWORD }}" +run_app_build "$PWD/build/build_dependencies/steam/app_build_2739610.vdf" +quit
|
||||||
|
|
||||||
# Sanitys check make sure file exists
|
# Sanity check make sure file exists
|
||||||
- name: Debug Post-Cache
|
- name: Debug Post-Cache
|
||||||
run: |
|
run: |
|
||||||
echo "Checking for config file in :~/Steam/config/config.vdf"
|
echo "Checking for config file in :~/Steam/config/config.vdf"
|
||||||
|
|||||||
Reference in New Issue
Block a user