Skip to content

macos: Disable hdf5 #46

macos: Disable hdf5

macos: Disable hdf5 #46

Workflow file for this run

name: LOLA
on:
push:
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: |
docker pull openturns/manylinux2014_x86_64
docker run --rm -e MAKEFLAGS='-j4' -v `pwd`:/io openturns/manylinux2014_x86_64 /io/build-wheels-linux.sh jschueller lola cp38
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/LOLA')
with:
files: wheelhouse/openturns-1.24dev-cp38-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
mingw:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: |
docker pull openturns/archlinux-mingw
docker run --rm -e MAKEFLAGS='-j4' -v `pwd`:/io openturns/archlinux-mingw /io/build-wheels-mingw.sh jschueller lola cp38
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/LOLA')
with:
files: wheelhouse/openturns-1.24dev-cp38-abi3-win_amd64.whl