mirror of
https://github.com/simon987/sist2.git
synced 2025-04-19 18:26:43 +00:00
cleanup
This commit is contained in:
parent
cb4bd9f05a
commit
13e7ea188b
@ -1,17 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
VCPKG_ROOT="/vcpkg"
|
|
||||||
|
|
||||||
git submodule update --init --recursive
|
|
||||||
|
|
||||||
rm -rf CMakeFiles CMakeCache.txt
|
|
||||||
cmake -DSIST_PLATFORM=x64_linux -DSIST_DEBUG=off -DBUILD_TESTS=off -DCMAKE_TOOLCHAIN_FILE="${VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake" .
|
|
||||||
make -j $(nproc)
|
|
||||||
strip sist2
|
|
||||||
./sist2 -v > VERSION
|
|
||||||
mv sist2 sist2-x64-linux
|
|
||||||
|
|
||||||
rm -rf CMakeFiles CMakeCache.txt
|
|
||||||
cmake -DSIST_PLATFORM=x64_linux -DSIST_DEBUG=on -DBUILD_TESTS=off -DCMAKE_TOOLCHAIN_FILE="${VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake" .
|
|
||||||
make -j $(nproc)
|
|
||||||
mv sist2_debug sist2-x64-linux-debug
|
|
@ -1,17 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
VCPKG_ROOT="/vcpkg"
|
|
||||||
|
|
||||||
git submodule update --init --recursive
|
|
||||||
|
|
||||||
rm -rf CMakeFiles CMakeCache.txt
|
|
||||||
cmake -DSIST_PLATFORM=arm64_linux -DSIST_DEBUG=off -DBUILD_TESTS=off -DCMAKE_TOOLCHAIN_FILE="${VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake" .
|
|
||||||
make -j $(nproc)
|
|
||||||
strip sist2
|
|
||||||
mv sist2 sist2-arm64-linux
|
|
||||||
|
|
||||||
rm -rf CMakeFiles CMakeCache.txt
|
|
||||||
cmake -DSIST_PLATFORM=arm64_linux -DSIST_DEBUG=on -DBUILD_TESTS=off -DCMAKE_TOOLCHAIN_FILE="${VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake" .
|
|
||||||
make -j $(nproc)
|
|
||||||
strip sist2
|
|
||||||
mv sist2_debug sist2-arm64-linux-debug
|
|
@ -1,6 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
make clean
|
|
||||||
rm -rf CMakeFiles/ CMakeCache.txt Makefile \
|
|
||||||
third-party/libscan/CMakeFiles third-party/libscan/CMakeCache.txt third-party/libscan/third-party/ext_ffmpeg \
|
|
||||||
third-party/libscan/third-party/ext_libmobi third-party/libscan/Makefile
|
|
Loading…
x
Reference in New Issue
Block a user