forked from KolibriOS/kolibrios
This commit is contained in:
parent
604d201b07
commit
fd1e82a22a
@ -20,7 +20,17 @@ jobs:
|
||||
|
||||
- name: Setup dependencies
|
||||
run: |
|
||||
sudo apt update && sudo apt install perl p7zip-full nasm tup make gcc sudo mtools mkisofs parted gdisk gcc-multilib -y
|
||||
sudo apt update && sudo apt install perl p7zip-full nasm make gcc sudo mtools mkisofs parted gdisk gcc-multilib -y
|
||||
|
||||
- name: Build tup
|
||||
run: |
|
||||
sudo apt install git fuse -y
|
||||
git clone https://github.com/gittup/tup /home/autobuild/tup
|
||||
cd /home/autobuild/tup
|
||||
sh bootstrap-nofuse.sh
|
||||
./tup -v
|
||||
export PATH=/home/autobuild/tup:$PATH
|
||||
cd ${{ gitea.workspace }}
|
||||
|
||||
- name: Check codestyle
|
||||
run: |
|
||||
@ -94,9 +104,8 @@ jobs:
|
||||
cat tup.config
|
||||
tup -v
|
||||
tup init
|
||||
#tup
|
||||
tup generate build.sh
|
||||
build.sh
|
||||
sh build.sh
|
||||
|
||||
- name: Upload floppy image
|
||||
uses: actions/upload-artifact@v4
|
||||
|
Loading…
Reference in New Issue
Block a user