move build scripts

This commit is contained in:
Baptiste Augrain
2021-03-10 19:24:52 +01:00
parent 2089830d92
commit 59ad206f9e
9 changed files with 31 additions and 18 deletions

8
build/build_linux.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
rm -rf VSCode*
rm -rf vscode
./get_repo.sh
SHOULD_BUILD=yes CI_BUILD=no OS_NAME=linux VSCODE_ARCH=x64 ./build.sh