mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-24 20:21:09 +02:00
trying cmake
This commit is contained in:
@ -14,15 +14,11 @@ jobs:
|
||||
image: container.psi.ch/images/rhel9-developer-github-actions
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup dev env
|
||||
run: |
|
||||
dnf install -y cmake gcc gcc-c++ make
|
||||
|
||||
|
||||
- name: Build library
|
||||
run: |
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
cmake3 ..
|
||||
make -j 2
|
||||
|
||||
|
Reference in New Issue
Block a user