Skip to content

Commit

Permalink
**easter egg**
Browse files Browse the repository at this point in the history
  • Loading branch information
KFERMercer committed Dec 13, 2019
1 parent 0b204bb commit ff63d53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openwrt-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
sudo -E apt-get -y install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfo libglib2.0-dev xmlto qemu-utils upx libelf-dev autoconf automake libtool autopoint device-tree-compiler
sudo -E apt-get -y autoremove --purge
sudo -E apt-get clean
# <**隐藏功能**> 终极空间释放大法:
# sudo mkdir -p -m 777 /mnt/openwrt/dl /mnt/openwrt/feeds /mnt/openwrt/bin
# ln -s /mnt/openwrt/dl ./dl
# ln -s /mnt/openwrt/feeds ./feeds
# ln -s /mnt/openwrt/bin ./bin
df -h
- name: Update feeds
Expand Down Expand Up @@ -188,6 +193,7 @@ jobs:
run: |
make download -j8
find ./dl/ -size -1024c -exec rm -f {} \;
df -h
- name: Compile firmware
run: |
Expand Down

0 comments on commit ff63d53

Please sign in to comment.