12 lines
250 B
YAML
12 lines
250 B
YAML
trigger:
|
|
- master
|
|
|
|
pool:
|
|
vmImage: 'ubuntu-latest'
|
|
|
|
steps:
|
|
- script: |
|
|
git submodule update --init --recursive --remote
|
|
git clone https://github.com/armory3d/nodejs_bin
|
|
nodejs_bin/node-linux64 Kromx/make.js -g opengl --shaderversion 330
|