Conty/.github/workflows/conty.yml
Kron4ek f1d73966b8 Add support for ALHP repo
ALHP is a repository containing packages from the official Arch Linux repos recompiled with -O3, LTO and optimizations for modern CPUs for better performance.

Disabled by default, can be manually enabled.

#87
2023-09-19 14:06:15 +05:00

24 lines
465 B
YAML

name: Conty CI
on:
schedule:
- cron: '0 0 * * 5'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Conty
run: |
chmod +x create-arch-bootstrap.sh create-conty.sh
sudo ./create-arch-bootstrap.sh && ./create-conty.sh
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: Conty
path: conty.sh