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
|
apt-get install -y build-essential g++ g++-multilib clang-5.0 cmake git wget ssh patchelf
|
||||||
- checkout
|
- checkout
|
||||||
- run: git submodule sync
|
- run: git submodule sync
|
||||||
- run: git submodule update --init
|
- run: git submodule update --init --recursive
|
||||||
- run:
|
- run:
|
||||||
name: Generate Make files
|
name: Generate Make files
|
||||||
command: |
|
command: |
|
||||||
@ -22,7 +22,6 @@ jobs:
|
|||||||
name: Build
|
name: Build
|
||||||
command: |
|
command: |
|
||||||
cd premake
|
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
|
||||||
ln -s /usr/bin/clang++-5.0 /usr/bin/clang++
|
ln -s /usr/bin/clang++-5.0 /usr/bin/clang++
|
||||||
make -j2
|
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