aboutsummaryrefslogtreecommitdiff
path: root/.builds/x86_64.yml
blob: 02f5bd66e93a209da32f57b0bfc0dfbafbd0f5fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
      cargo install cargo-xbuild
  - build: |
      cd rustubs
      mkdir build
      make
      
artifacts:
   - rustubs/bootdisk.iso