feat: Adds ci
All checks were successful
CI / Run tests. (push) Successful in 2m30s

This commit is contained in:
2024-12-07 10:17:04 -05:00
parent c377a75e06
commit f6d86343ba

View File

@@ -11,6 +11,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup MPR.
run: |
wget -qO - 'https://proget.makedeb.org/debian-feeds/prebuilt-mpr.pub' \
| gpg --dearmor \
| sudo tee /usr/share/keyrings/prebuilt-mpr-archive-keyring.gpg 1> /dev/null \
&& echo "deb [arch=all,$(dpkg --print-architecture) signed-by=/usr/share/keyrings/prebuilt-mpr-archive-keyring.gpg] \
https://proget.makedeb.org prebuilt-mpr $(lsb_release -cs)" \
| sudo tee /etc/apt/sources.list.d/prebuilt-mpr.list \
&& sudo apt update
- name: Setup just.
run: sudo apt install -y just
- name: Setup QEMU