From b6c5e007ae5e297425d3bd490a702dcdce1b22f9 Mon Sep 17 00:00:00 2001 From: F1ssi0N Date: Tue, 13 Mar 2018 17:50:08 +0000 Subject: [PATCH] update config files --- .circleci/config.yml | 3 +-- .github/CODEOWNERS | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .github/CODEOWNERS diff --git a/.circleci/config.yml b/.circleci/config.yml index 31d946c..b3aaeae 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,7 @@ jobs: apt-get install -y build-essential g++ g++-multilib clang-5.0 cmake git wget ssh patchelf - checkout - run: git submodule sync - - run: git submodule update --init + - run: git submodule update --init --recursive - run: name: Generate Make files command: | @@ -22,7 +22,6 @@ jobs: name: Build command: | cd premake - ls /usr/bin/ ln -s /usr/bin/clang-5.0 /usr/bin/clang ln -s /usr/bin/clang++-5.0 /usr/bin/clang++ make -j2 diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..5df7b2e --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# default codeowners +* @josh33901 @marc3842h \ No newline at end of file