Added GCC build script.
This commit is contained in:
parent
1bdc1ef7a0
commit
fe95a92cf6
9
contrib/builder/scripts/build_gcc.sh
Normal file
9
contrib/builder/scripts/build_gcc.sh
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -xe
|
||||
python -m virtualenv venv
|
||||
source venv/bin/activate
|
||||
pip install scons
|
||||
pip install -r external/scons-plus-plus/requirements.txt
|
||||
scons -j$(nproc) --build_type=debug --variant=linux_gcc_debug --compiler=gcc
|
||||
scons -j$(nproc) --build_type=release_debug --variant=linux_gcc_release_debug --compiler=gcc
|
||||
scons -j$(nproc) --build_type=release --variant=linux_gcc_release --compiler=gcc
|
Loading…
x
Reference in New Issue
Block a user