Browse Source

Update config.yml

pull/37/head
Anders Jenbo 7 years ago committed by GitHub
parent
commit
48ff9eb10e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -7,8 +7,8 @@ jobs:
steps:
- checkout
- run: apt-get update -y
- run: apt-get install -y g++ cmake libsdl2-dev libsdl2-mixer-dev libsdl2-ttf-dev libsodium-dev
- run: mkdir build32
- run: apt-get install -y cmake g++ libsdl2-dev libsdl2-mixer-dev libsdl2-ttf-dev libsodium-dev
- run: mkdir build
- run: cd build && cmake ..
- run: cd build && make -j$(nproc)
- store_artifacts: {path: ./build/devilutionx, destination: devilutionx_linux_x64}

Loading…
Cancel
Save