Clone kha from armory3d

This commit is contained in:
luboslenco 2019-12-22 12:41:41 +01:00
parent c6cd194f59
commit 7742c4c2b7

View file

@ -12,10 +12,10 @@ jobs:
- name: Get Submodules
run: |
git clone https://github.com/armory3d/armory_ci
git clone --recursive https://github.com/kode/Kha.git armory_ci/Kha
git clone --recursive https://github.com/armory3d/Kha.git armory_ci/Kha
git clone https://github.com/armory3d/iron.git armory_ci/Libraries/iron
git clone https://github.com/armory3d/armory.git armory_ci/Libraries/armory
git clone https://github.com/kode/nodejs_bin.git armory_ci/nodejs_bin
git clone https://github.com/armory3d/nodejs_bin.git armory_ci/nodejs_bin
- name: Compile
run: |
cd armory_ci