Merge pull request #7 from josh33901/f1ssi0n/config

update cfg files
This commit is contained in:
BenCat07 2018-03-13 19:00:58 +01:00 committed by GitHub
commit c9d8682d26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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