From 9eace7db6178e48bbbbb27d59f2430be4e33772d Mon Sep 17 00:00:00 2001 From: Lubos Lenco Date: Sun, 3 Nov 2019 11:46:35 +0100 Subject: [PATCH] Create krom.yml --- .github/workflows/krom.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/krom.yml diff --git a/.github/workflows/krom.yml b/.github/workflows/krom.yml new file mode 100644 index 00000000..0f241d5e --- /dev/null +++ b/.github/workflows/krom.yml @@ -0,0 +1,24 @@ +name: Krom + +on: [push] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v1 + - name: Get Submodules + run: | + pip install flake8 + flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics + flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics + git clone https://github.com/armory3d/armory_ci + git clone --recursive https://github.com/kode/Kha.git armory_ci/test1/Kha + git clone https://github.com/armory3d/iron.git armory_ci/test1/Libraries/iron + git clone https://github.com/kode/nodejs_bin.git armory_ci/test1/nodejs_bin + - name: Compile + run: | + cd armory_ci/test1 + nodejs_bin/node-linux64 Kha/make.js krom