From ce36483a3d3efe8d13bdd68c7d771e91c78c7b2c Mon Sep 17 00:00:00 2001 From: Rinnegatamante Date: Sat, 2 May 2020 11:24:02 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0f21f464..575cd542 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,14 +32,14 @@ steps: - script: | git clone https://github.com/Rinnegatamante/imgui-vita cd imgui-vita - make + make -j$(nproc) sudo -E make install displayName: 'Build dear ImGui' - script: | mkdir daedbuild cd daedbuild - cmake -DVITA_RELEASE=1 ../Source -DCMAKE_TOOLCHAIN_FILE=../vita.toolchain.make -G "Unix Makefiles" + cmake -DVITA_RELEASE=1 ../Source -DCMAKE_TOOLCHAIN_FILE=$VITASDK/share/vita.toolchain.cmake make -j$(nproc) displayName: 'Build Daedalus X64'