Merge pull request #195 from MoritzBrueckner/fix-group-loading #78
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: | |
pull_request: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Get Submodules | |
run: | | |
git clone https://github.com/armory3d/iron_examples | |
git clone --recursive https://github.com/armory3d/Kha.git --depth 1 iron_examples/mesh/Kha | |
git clone https://github.com/armory3d/iron.git --depth 1 iron_examples/iron | |
git clone https://github.com/armory3d/nodejs_bin.git --depth 1 iron_examples/mesh/nodejs_bin | |
- name: Compile | |
run: | | |
cd iron_examples/mesh | |
nodejs_bin/node-linux64 Kha/make.js krom --shaderversion 330 |