Skip to content

Commit

Permalink
Xcalibur: Setup initial drone YML
Browse files Browse the repository at this point in the history
  • Loading branch information
raghavt20 authored and Joker-V2 committed Jul 29, 2022
1 parent fdb1398 commit 1bcfdb5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
clone:
depth: 1
kind: pipeline
type: docker
name: linux-amd64

platform:
arch: amd64
os: linux

steps:
- name: Compiling Xcalibur Kernel
image: brock5555/kernel
commands:
- bash build.sh

0 comments on commit 1bcfdb5

Please sign in to comment.