Open Source Tomb Raider Engine

travis_script_mac.sh 77B

1234
  1. #!/bin/bash
  2. mkdir build && cd build && cmake .. && make -j 4 && make check