Skip to content

Commit ce36483

Browse files
Update azure-pipelines.yml for Azure Pipelines
1 parent 33627ed commit ce36483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ steps:
3232
- script: |
3333
git clone https://github.com/Rinnegatamante/imgui-vita
3434
cd imgui-vita
35-
make
35+
make -j$(nproc)
3636
sudo -E make install
3737
displayName: 'Build dear ImGui'
3838

3939
- script: |
4040
mkdir daedbuild
4141
cd daedbuild
42-
cmake -DVITA_RELEASE=1 ../Source -DCMAKE_TOOLCHAIN_FILE=../vita.toolchain.make -G "Unix Makefiles"
42+
cmake -DVITA_RELEASE=1 ../Source -DCMAKE_TOOLCHAIN_FILE=$VITASDK/share/vita.toolchain.cmake
4343
make -j$(nproc)
4444
displayName: 'Build Daedalus X64'
4545

0 commit comments

Comments
 (0)