Browse Source

Update build.sh

pull/15/merge
N00byKing 8 years ago
committed by GitHub
parent
commit
b36ce74d18
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .travis/clang-format/build.sh

2
.travis/clang-format/build.sh

@ -1,3 +1,3 @@
#!/bin/bash -ex
docker run -v $(pwd):/yuzu ubuntu:18.04 /bin/bash /yuzu/.travis/clang-format/docker.sh
docker run -v $(pwd):/yuzu ubuntu:18.04 /bin/bash -ex /yuzu/.travis/clang-format/docker.sh
Loading…
Cancel
Save