fuck tests I guess
This commit is contained in:
@@ -128,16 +128,16 @@ jobs:
|
|||||||
# git config -f $AUTH_FILE --unset http.${{ gitea.server_url }}/.extraheader
|
# git config -f $AUTH_FILE --unset http.${{ gitea.server_url }}/.extraheader
|
||||||
# git config -f $AUTH_FILE http.${{ gitea.server_url }}/${{ gitea.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH"
|
# git config -f $AUTH_FILE http.${{ gitea.server_url }}/${{ gitea.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH"
|
||||||
# git lfs pull
|
# git lfs pull
|
||||||
|
|
||||||
|
- name: Remove GDUnit addon folder because it breaks the build
|
||||||
|
run: |
|
||||||
|
rm -rf ${{ gitea.workspace }}/addons/gdUnit4
|
||||||
|
|
||||||
# Replacement while waiting for 4.6 support
|
# Replacement while waiting for 4.6 support
|
||||||
- name: Import resources and build solution
|
- name: Import resources and build solution
|
||||||
run: |
|
run: |
|
||||||
godot --headless --editor --build-solutions --quit --import --path $PWD
|
godot --headless --editor --build-solutions --quit --import --path $PWD
|
||||||
|
|
||||||
- name: Remove GDUnit addon folder because it breaks the build
|
|
||||||
run: |
|
|
||||||
rm -rf ${{ gitea.workspace }}/addons/gdUnit4
|
|
||||||
|
|
||||||
- name: Build Windows
|
- name: Build Windows
|
||||||
run: |
|
run: |
|
||||||
mkdir -v -p build/windows
|
mkdir -v -p build/windows
|
||||||
|
|||||||
Reference in New Issue
Block a user