trying cmake
Some checks failed
Build the package using cmake then documentation / build (ubuntu-latest, 3.12) (push) Has been cancelled
Build on RHEL9 / buildh (push) Failing after 2s

This commit is contained in:
froejdh_e
2025-04-02 11:13:49 +02:00
parent 5b3c5b3948
commit 8ea4805ba5

View File

@ -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