1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Add submodule download to ci for godot-cpp

This commit is contained in:
Elias Steurer 2023-10-13 05:50:14 +02:00
parent 757b43e8c2
commit cc176cac51

View File

@ -4,6 +4,8 @@
- python -m pip install -U pip wheel
- python -m pip install -r Tools/requirements.txt
- python Tools/setup.py
- git submodule sync --recursive
- git submodule update --init --recursive
tags:
- windows10
artifacts:
@ -26,6 +28,8 @@
- python3 -m pip install -U pip
- python3 -m pip install -r Tools/requirements.txt
- python3 Tools/setup.py
- git submodule sync --recursive
- git submodule update --init --recursive
image:
name: ubuntu:20.04
tags:
@ -41,6 +45,8 @@
- pip3 install -U pip
- pip3 install -r Tools/requirements.txt
- python3 Tools/setup.py
- git submodule sync --recursive
- git submodule update --init --recursive
tags:
- osx
artifacts: