Skip to content

New Version 1.2.4

New Version 1.2.4 #15

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
run-tests:
runs-on: ubuntu-latest
container:
image: registry.fedoraproject.org/fedora:34
steps:
- uses: actions/checkout@v3
- name: Build and Test
run: |
dnf install -y gcc popt-devel python3 python3-devel make xorriso
make
make test