remove old drone file

This commit is contained in:
Andrew Pamment 2025-09-10 18:52:37 +10:00
parent e629c10018
commit 6a25f3914d

View File

@ -1,42 +0,0 @@
---
kind: pipeline
type: exec
name: default
clone:
disable: true
platform:
os: linux
arch: amd64
steps:
- name: prepare
commands:
- mkdir -p $HOME/Quinn/src
- mkdir -p $HOME/Quinn/tools
- ln -s /home/andrew/Quinn/cross $HOME/Quinn/
- cp -a /home/andrew/Quinn/sysroot $HOME/Quinn/
- cd $HOME/Quinn/src
- git clone https://git.pamment.id.au/Quinn/quinn-os
- cd quinn-os
- git checkout $DRONE_COMMIT
- name: userlibs
commands:
- export PATH=$PATH:$HOME/Quinn/cross/bin
- cd $HOME/Quinn/src/quinn-os
- ./make_userlibs.sh
- name: userland
commands:
- export PATH=$PATH:$HOME/Quinn/cross/bin
- cd $HOME/Quinn/src/quinn-os
- ./make_userland.sh
- name: kernel
commands:
- export PATH=$PATH:$HOME/Quinn/cross/bin
- cd $HOME/Quinn/src/quinn-os
- make clean
- make