update other automation scripts

This commit is contained in:
nakst 2022-01-20 11:09:27 +00:00
parent fe743fa478
commit c107f209e7
2 changed files with 0 additions and 4 deletions

View File

@ -18,8 +18,6 @@ echo "General.wallpaper=0:/Demo Content/Abstract.jpg" >> bin/config.ini
echo "General.window_color=5" >> bin/config.ini
# Setup toolchain, build the system and ports.
./start.sh get-source prefix https://github.com/nakst/build-gcc/releases/download/gcc-11.1.0/gcc-x86_64-essence.tar.xz
./start.sh setup-pre-built-toolchain
./start.sh build-optimised
./start.sh build-optional-ports > /dev/null

View File

@ -10,8 +10,6 @@ echo "accepted_license=1" >> bin/build_config.ini
echo "Flag.ENABLE_POSIX_SUBSYSTEM=1" >> bin/config.ini
echo "desktop/api_tests.ini" >> bin/extra_applications.ini
echo `git log | head -n 1 | cut -b 8-14` > bin/commit.txt
./start.sh get-source prefix https://github.com/nakst/build-gcc/releases/download/gcc-11.1.0/gcc-x86_64-essence.tar.xz
./start.sh setup-pre-built-toolchain
./start.sh build
./start.sh build-port busybox
./start.sh run-tests