mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-07-13 12:21:49 +02:00
This commit is contained in:
@ -2,7 +2,7 @@ name: Build the package using cmake then documentation
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
|
||||
|
||||
|
||||
permissions:
|
||||
|
@ -14,11 +14,15 @@ jobs:
|
||||
image: gitea.psi.ch/images/rhel9-developer-gitea-actions
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.12
|
||||
cache: 'pip'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
dnf install -y cmake
|
||||
|
||||
|
||||
- name: Build library
|
||||
run: |
|
||||
mkdir build
|
||||
|
Reference in New Issue
Block a user