Bläddra i källkod

Set up CI with Azure Pipelines

luboslenco 6 år sedan
förälder
incheckning
0a8154c6cd
1 ändrade filer med 4 tillägg och 2 borttagningar
  1. 4 2
      azure-pipelines.yml

+ 4 - 2
azure-pipelines.yml

@@ -5,5 +5,7 @@ pool:
   vmImage: 'ubuntu-latest'
   vmImage: 'ubuntu-latest'
 
 
 steps:
 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