minor: Remove ci helper from root dir

This commit is contained in:
Christian W. Zuckschwerdt 2023-10-21 17:28:08 +02:00
parent 66bc939235
commit b455439435
3 changed files with 4 additions and 3 deletions
.ci/scripts
.github/workflows

View file

@ -22,7 +22,8 @@ mkdir -p libusb
7z x -olibusb -y libusb-${libusb_ver}.7z
fi
source_dir=$(dirname $($realpath -s $0))
# remove this script name and two dir levels to get the source root
source_dir=$(dirname $(dirname $(dirname $($realpath -s $0))))
sysroot32=$(pwd)/sysroot32
sysroot64=$(pwd)/sysroot64
sysroot32static=$(pwd)/sysroot32static

View file

@ -83,9 +83,9 @@ jobs:
env:
RTLSDR: OFF
CMAKE_TOOLCHAIN_FILE: cmake/Toolchain-gcc-mingw-w64-${{ matrix.arch }}.cmake
run: ./do_build.sh
run: ./.ci/scripts/do_build.sh
- name: "Sysroot Build with Mingw-w64"
run: ./do_sysroot.sh
run: ./.ci/scripts/do_sysroot.sh
- name: "Upload Release Asset"
if: matrix.arch == 'x86-64'
env: