From 947831ff1e09fa1892e0e584dd57360ebf4e2f4d Mon Sep 17 00:00:00 2001 From: N00byKing Date: Fri, 16 Feb 2018 21:37:35 +0100 Subject: Use Docker for Build Target clang-format for travis. This uses the (apparently) more stable Ubuntu Repo instead of the LLVM one. --- .travis/clang-format/build.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .travis/clang-format/build.sh (limited to '.travis/clang-format/build.sh') diff --git a/.travis/clang-format/build.sh b/.travis/clang-format/build.sh new file mode 100755 index 000000000..ad8960950 --- /dev/null +++ b/.travis/clang-format/build.sh @@ -0,0 +1,3 @@ +#!/bin/bash -ex + +docker run -v $(pwd):/yuzu ubuntu:18.04 /bin/bash /yuzu/.travis/clang-format/docker.sh -- cgit v1.2.3