This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
undo changes to tilesheet, allocate 1000 mipmaps, use linear filters #197
Workflow file for this run
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 |