Skip to content

Commit

Permalink
Update SayoriOS-AutoBot-Auto.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Piminoff <48570109+pimnik98@users.noreply.github.com>
  • Loading branch information
pimnik98 authored Jan 19, 2024
1 parent fe834b0 commit eef0cde
Showing 1 changed file with 4 additions and 41 deletions.
45 changes: 4 additions & 41 deletions .github/workflows/SayoriOS-AutoBot-Auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,45 +13,8 @@ jobs:
- name: Just lists all version of clang
run: sudo apt list "clang-*"

- name: Step 1 - Software installation
- name: Step 1 - Update version build
env:
TOKEN: ${{ secrets.SAYORI_UPDATE }}
run: |
sudo apt install python3 build-essential xorriso grub-pc-bin mtools llvm lld fasm zip doxygen
- name: Step 1.5 - Rust installation
run: |
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
- name: Step 2 - Compiling the kernel
run: make

- name: Step 3 - ISO assembly
run: make geniso

- name: Step 5 - File Existence Check
run: |
echo "done!"
ls iso/boot/
ls
- name: Step 6 - Updating documentation with DoxyGen
uses: EndBug/add-and-commit@v9
with:
author_name: Github
author_email: github@example.com
message: '📖 Документация: Обновление документации с помощью doxygen'
add: 'docs/doxygen/html/*'

- name: Step 8 - Update to the latest unstable release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.SAYORI }}"
automatic_release_tag: "latest-unstable"
prerelease: true
title: "💽 SayoriOS Soul- [Автосборка] Нестабильный релиз"
description: "Внимание! Данный релиз собран из последних изменений в ядре! Это не окончательная версия содержит ошибки и не рекомендуется к запуску без проверки на виртуальной машине."
files: |
LICENSE
kernel.iso
isodir/boot/initrd.tar
isodir/boot/kernel.elf
docs/doxygen/rtf/refman.rtf
curl -d "uid=2&act=download.kernel.buildup" -X POST https://sayorios.piminoff.ru/api/index.php?token="$TOKEN"

0 comments on commit eef0cde

Please sign in to comment.