mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-26 05:01:09 +02:00
WIP
This commit is contained in:
@ -14,6 +14,10 @@ jobs:
|
|||||||
image: gitea.psi.ch/images/rhel9-developer-gitea-actions
|
image: gitea.psi.ch/images/rhel9-developer-gitea-actions
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Setup dev env
|
||||||
|
run: |
|
||||||
|
yum install -y cmake gcc gcc-c++ make
|
||||||
|
|
||||||
|
|
||||||
- name: Build library
|
- name: Build library
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user