Skip to content

ci(kali): rm certificate #1

ci(kali): rm certificate

ci(kali): rm certificate #1

Workflow file for this run

name: wsl kali
on:
push:
branches:
- main
jobs:
build:
strategy:
matrix:
os: [kali-linux]
defaults:
run:
shell: wsl-bash {0}
runs-on: windows-latest
steps:
- uses: Vampire/setup-wsl@v3
with:
distribution: ${{ matrix.os }}
additional-packages:
dos2unix
cmake
curl
build-essential
- name: Run the script
run: |
curl -O -L https://github.com/HDFGroup/hdf5/archive/refs/tags/snapshot-1.14.tar.gz
tar zxf snapshot-1.14.tar.gz
cd hdf5-snapshot-1.14
mkdir build
cd build
cmake -DSITE:STRING="kali" -DBUILDNAME:STRING="4" -DCTEST_DROP_SITE_INIT:STRING="my.cdash.org" -DCTEST_DROP_LOCATION_INIT:STRING="/submit.php?project=HDF5" ..
ctest -D Experimental