Browse Source

Set up CI with Azure Pipelines

luboslenco 6 years ago
parent
commit
0a8154c6cd
1 changed files with 4 additions and 2 deletions
  1. 4 2
      azure-pipelines.yml

+ 4 - 2
azure-pipelines.yml

@@ -5,5 +5,7 @@ pool:
   vmImage: 'ubuntu-latest'
 
 steps:
-- script: git clone https://github.com/armory3d/nodejs_bin
-- script: nodejs_bin/node-linux64 Kromx/make.js
+- 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