update config files

This commit is contained in:
F1ssi0N 2018-03-13 17:50:08 +00:00
parent e21469f7b1
commit b6c5e007ae
2 changed files with 3 additions and 2 deletions

View File

@ -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

2
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1,2 @@
# default codeowners
* @josh33901 @marc3842h