update config files
This commit is contained in:
parent
e21469f7b1
commit
b6c5e007ae
@ -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
2
.github/CODEOWNERS
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# default codeowners
|
||||
* @josh33901 @marc3842h
|
Reference in New Issue
Block a user