armory/.travis.yml

24 lines
937 B
YAML
Raw Normal View History

2017-01-03 16:26:19 +01:00
os:
- linux
2017-12-02 14:33:07 +01:00
language: python
2017-12-02 14:28:51 +01:00
python:
- 3.6
install:
2017-01-08 11:06:14 +01:00
- 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
- armory_ci/test1/nodejs_bin/copysysbin.sh
2017-12-02 17:18:15 +01:00
- pip install flake8
2017-12-02 14:28:51 +01:00
before_script:
# stop the build if there are Python syntax errors or undefined names
- flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
2017-01-03 16:26:19 +01:00
script:
2017-01-08 11:06:14 +01:00
- cd armory_ci/test1
2018-04-16 08:41:40 +02:00
- nodejs_bin/node Kha/make.js
2017-01-03 16:26:19 +01:00
- nodejs_bin/node Kha/make.js krom
2018-04-16 08:41:40 +02:00
- nodejs_bin/node Kha/make.js html5
2018-04-16 09:01:03 +02:00
# - nodejs_bin/node Kha/make.js android