cleanup
This commit is contained in:
parent
8519fc8b55
commit
0eaa07572f
|
@ -1,7 +1,7 @@
|
||||||
cd $CI_PROJECT_DIR/wireless/
|
cd $CI_PROJECT_DIR/wireless/
|
||||||
PKGS=$(ls)
|
PKGS=$(ls)
|
||||||
|
|
||||||
cd $CI_PROJECT_DIR/tmp/build_dir
|
cd $CI_PROJECT_DIR/build_dir
|
||||||
|
|
||||||
echo "=== Found new/modified packages: $PKGS"
|
echo "=== Found new/modified packages: $PKGS"
|
||||||
for PKG in $PKGS ; do
|
for PKG in $PKGS ; do
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
mkdir -p $CI_PROJECT_DIR/tmp/sdk
|
mkdir -p $CI_PROJECT_DIR/tmp
|
||||||
cd $CI_PROJECT_DIR/tmp/sdk
|
cd $CI_PROJECT_DIR/tmp
|
||||||
|
|
||||||
curl "https://$SDK_HOST/$SDK_PATH/sha256sums" -sS -o sha256sums
|
curl "https://$SDK_HOST/$SDK_PATH/sha256sums" -sS -o sha256sums
|
||||||
curl "https://$SDK_HOST/$SDK_PATH/sha256sums.asc" -sS -o sha256sums.asc
|
curl "https://$SDK_HOST/$SDK_PATH/sha256sums.asc" -sS -o sha256sums.asc
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
mkdir -p $CI_PROJECT_DIR/tmp/build_dir
|
mkdir -p $CI_PROJECT_DIR/build_dir
|
||||||
cd $CI_PROJECT_DIR/tmp/build_dir
|
cd $CI_PROJECT_DIR/build_dir
|
||||||
|
|
||||||
tar Jxf $CI_PROJECT_DIR/tmp/sdk/$SDK_FILE --strip=1
|
tar Jxf $CI_PROJECT_DIR/tmp/$SDK_FILE --strip=1
|
||||||
|
|
||||||
cat > feeds.conf <<EOF
|
cat > feeds.conf <<EOF
|
||||||
src-git base https://git.openwrt.org/openwrt/openwrt.git
|
src-git base https://git.openwrt.org/openwrt/openwrt.git
|
||||||
|
|
|
@ -52,4 +52,5 @@ Mkfile.old
|
||||||
dkms.conf
|
dkms.conf
|
||||||
|
|
||||||
|
|
||||||
tmp/
|
tmp/
|
||||||
|
build_dir/
|
|
@ -17,7 +17,6 @@ compile:
|
||||||
- sh .ci/prepare_build_dir.sh
|
- sh .ci/prepare_build_dir.sh
|
||||||
- echo "==== build packages ===="
|
- echo "==== build packages ===="
|
||||||
- sh .ci/build_pkgs.sh
|
- sh .ci/build_pkgs.sh
|
||||||
- ls tmp/build_dir/bin/packages
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- tmp/build_dir/bin/packages
|
- build_dir/bin/packages
|
|
@ -1,5 +1,7 @@
|
||||||
# Wifi control deamon packages feed
|
# Wifi control deamon packages feed
|
||||||
|
|
||||||
|
[](https://dev.sum7.eu/genofire/wifictld/pipelines)
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
This is an OpenWrt package feed containing community
|
This is an OpenWrt package feed containing community
|
||||||
|
@ -26,3 +28,8 @@ run:
|
||||||
|
|
||||||
The wifictld packages should now appear in menuconfig.
|
The wifictld packages should now appear in menuconfig.
|
||||||
|
|
||||||
|
## Snapshots / Download
|
||||||
|
|
||||||
|
[wifictld_1.0-1_mips_24kc.ipk](https://dev.sum7.eu/genofire/wifictld/-/jobs/artifacts/master/raw/build_dir/bin/packages/mips_24kc/wifictld/wifictld_1.0-1_mips_24kc.ipk?inline=false&job=compile)
|
||||||
|
[wifictld-mini_1.0-1_mips_24kc.ipk](https://dev.sum7.eu/genofire/wifictld/-/jobs/artifacts/master/raw/build_dir/bin/packages/mips_24kc/wifictld/wifictld-mini_1.0-1_mips_24kc.ipk?inline=false&job=compile)
|
||||||
|
[respondd-module-wifictld_1-1_mips_24kc.ipk](https://dev.sum7.eu/genofire/wifictld/-/jobs/artifacts/master/raw/build_dir/bin/packages/mips_24kc/wifictld/respondd-module-wifictld_1-1_mips_24kc.ipk?inline=false&job=compile)
|
Loading…
Reference in New Issue