Browse Source

Fix running on hardware

pull/6807/head
Anders Jenbo 2 years ago
parent
commit
1464535e5f
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -55,7 +55,7 @@ jobs:
steps:
- checkout
- run: apk --no-cache add git cmake gettext
- run: psp-cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_PRX=1 -DENC_PRX=1
- run: psp-cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release
- run: cmake --build build -j 2
- store_artifacts: {path: ./build/EBOOT.PBP, destination: EBOOT.PBP}

Loading…
Cancel
Save