Browse Source

Update config.yml

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

2
.circleci/config.yml

@ -7,7 +7,7 @@ jobs:
steps: steps:
- checkout - checkout
- run: apt-get update -y - run: apt-get update -y
- run: apt-get install -y cmake libsdl2-dev libsdl2-mixer-dev libsdl2-ttf-dev libsodium-dev - run: apt-get install -y g++ cmake libsdl2-dev libsdl2-mixer-dev libsdl2-ttf-dev libsodium-dev
- run: mkdir build32 - run: mkdir build32
- run: cd build32 && cmake .. - run: cd build32 && cmake ..
- run: cd build32 && make -j$(nproc) - run: cd build32 && make -j$(nproc)

Loading…
Cancel
Save