aboutsummaryrefslogtreecommitdiff
path: root/.builds/x86_64.yml
blob: 744536479e9300f841d49335b95e687f9ed2bd68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
image: archlinux
packages:
  - mtools
  - rustup
  - nasm
  - grub
  - libisoburn

sources:
  - https://git.sr.ht/~shrik3/rustubs
tasks:
  - setup: |
      cd rustubs
      rustup default nightly
      rustup component add rust-src
  - build: |
      cd rustubs
      mkdir build
      make

artifacts:
   - rustubs/bootdisk.iso