Merge pull request #3001 from e2002e/fix_forward_clusters #944
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Krom | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Get Submodules | |
run: | | |
git clone https://github.com/armory3d/armory_ci | |
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/armory3d/nodejs_bin.git armory_ci/nodejs_bin | |
- name: Compile | |
run: | | |
cd armory_ci | |
nodejs_bin/node-linux64 Kha/make.js krom --shaderversion 330 |