-
Notifications
You must be signed in to change notification settings - Fork 4
48 lines (43 loc) · 1.4 KB
/
release.yml
File metadata and controls
48 lines (43 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name: Release
on:
push:
branches:
- "**"
workflow_dispatch:
jobs:
build:
strategy:
matrix:
preset: [ default, full_screen_terminal, network, network_full_screen_terminal ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
- name: install tools
run: sudo apt update && sudo apt install xorriso mtools grub-pc-bin zip gcc-i686-linux-gnu qemu-system-x86 vncsnapshot curl nasm jq -y
- name: install fire
run: |
git clone https://github.com/Glowman554/FireStorm
cd FireStorm/fire && go install -v
- name: setup github
run: |
git config --global user.email "vossjanick62@gmail.com"
git config --global user.name "Glowman554"
- name: release
run: MESSAGE_WEBHOOK=${{ secrets.MESSAGE_WEBHOOK }} MICROOS_BUILD_TOKEN=${{ secrets.MICROOS_BUILD_TOKEN }} MICROOS_UPLOAD_TOKEN=${{ secrets.MICROOS_UPLOAD_TOKEN }} bash release.sh ${{ matrix.preset }} "${{ github.event.head_commit.message }}"
- uses: actions/upload-artifact@v4
with:
name: build-${{ matrix.preset }}
path: |
cdrom.iso
cdrom.minimal.iso
libs.zip
mckrnl/mckrnl.elf
mckrnl/mckrnl.syms
res/initrd.saf