Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roniwae authored Dec 12, 2023
1 parent 1d2b684 commit 44c803d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
sudo apt install python2 -y
echo "BUILD_TIME=$(TZ=Asia/Jakarta date "+%H-%M~%d_%m_%Y")" >> $GITHUB_ENV
echo "TIME=$(TZ=Asia/Jakarta date "+%d_%m_%Y")" >> $GITHUB_ENV
echo "DEVUPLOAD=${{ secret.DEVUPLOAD }}" $GITHUB_ENV
- name: Pull toolchain
run: |
mkdir clang && git clone -b clang-12.0 https://github.com/roniwae/RastaMod69-Clang.git clang --depth=1
Expand All @@ -34,7 +34,7 @@ jobs:
CROSS_COMPILE_ARM32=$GITHUB_WORKSPACE/clang/bin/arm-linux-gnueabi- "
make ${args} vendor/ginkgo-perf_defconfig
if [[ .config ]];then
bash <(curl -s https://devuploads.com/upload.sh) -f .config -k $devupload
bash <(curl -s https://devuploads.com/upload.sh) -f .config -k $DEVUPLOAD
fi
echo "KERNEL_VERSION="$(cat arch/arm64/configs/vendor/ginkgo-perf_defconfig | grep "CONFIG_LOCALVERSION\=" | sed -r 's/.*"(.+)".*/\1/' | sed 's/^.//')"" >> $GITHUB_ENV
make -j$(($(getconf _NPROCESSORS_ONLN) * 2)) ${args}
Expand All @@ -54,7 +54,7 @@ jobs:
cp out/arch/arm64/boot/dtbo.img AnyKernel3/dtbo.img
fi
if [[ $ZIPNAME ]]; then
bash <(curl -s https://devuploads.com/upload.sh) -f $ZIPNAME -k $devupload
bash <(curl -s https://devuploads.com/upload.sh) -f $ZIPNAME -k $DEVUPLOAD
fi
- name: Upload kernel to devupload.com
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 44c803d

Please sign in to comment.