Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Binary (via GatoBot) #7

Binary (via GatoBot)

Binary (via GatoBot) #7

Workflow file for this run

name: Binary (via GatoBot)
on:
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
target: x86_64-unknown-linux-gnu
override: true
components: rustfmt, clippy
- name: Add nightly-x86_64
run: rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
- name: Install deps
run: cargo install bootimage
- name: Build
run: cargo build --verbose --release
- name: Compress Diskimg
run: ./compress-diskimg.sh
# for temporary debugging
- name: Run Tree (temporary debug measure)
run: tree