Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinnegatamante committed May 2, 2020
1 parent 33627ed commit ce36483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit ce36483

Please sign in to comment.