Open Source Tomb Raider Engine

travis_script_mac.sh 72B

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