mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
Convert CVE GitHub action to use cmake (#5225)
This commit is contained in:
parent
58ae0ae200
commit
544f4022b5
9
.github/workflows/cve.yml
vendored
9
.github/workflows/cve.yml
vendored
@ -30,14 +30,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.7
|
||||
|
||||
- name: Install Autotools Dependencies (Linux)
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install automake autoconf libtool libtool-bin
|
||||
- name: Install HDF5
|
||||
run: |
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr/local --disable-tests
|
||||
mkdir "${{ runner.workspace }}/build"
|
||||
cd "${{ runner.workspace }}/build"
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DBUILD_TESTING:BOOL=OFF $GITHUB_WORKSPACE
|
||||
make
|
||||
sudo make install
|
||||
- name: Checkout CVE test repository
|
||||
|
Loading…
Reference in New Issue
Block a user