mirror of
https://github.com/Snigdha-OS/snigdhaos-arctic.git
synced 2026-01-20 14:13:56 +01:00
26 lines
512 B
YAML
26 lines
512 B
YAML
name: Snigdha OS Arctic
|
|
|
|
on:
|
|
push:
|
|
branches: master
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
container:
|
|
image: archlinux:latest
|
|
steps:
|
|
- name: Install Git
|
|
run: |
|
|
pacman -Syy --noconfirm
|
|
pacman -S --noconfirm git
|
|
pacman -S --noconfirm archiso
|
|
pacman -S --noconfirm git
|
|
- uses: actions/checkout@v3
|
|
with:
|
|
fetch-depth: 1
|
|
- name: Build snigdha os
|
|
run: |
|
|
cd scripts
|
|
./01-online-build
|