Browse Source

Add git to Vita build server

This is reguired for fetching the version from the git tags
pull/1080/head
Anders Jenbo 5 years ago
parent
commit
5cd96dd1b6
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -138,7 +138,7 @@ jobs:
working_directory: ~/repo
steps:
- checkout
- run: apk --no-cache add cmake ninja
- run: apk --no-cache add git cmake ninja
- run: cmake -S. -Bbuild -GNinja -DCMAKE_TOOLCHAIN_FILE=${VITASDK}/share/vita.toolchain.cmake -DNIGHTLY_BUILD=ON
- run: cmake --build build -j $(nproc)
- store_artifacts: {path: ./build/devilutionx.vpk, destination: devilutionx.vpk}

Loading…
Cancel
Save