Skip to content

Temporarily disable hmat #31

Temporarily disable hmat

Temporarily disable hmat #31

Workflow file for this run

name: Release
on: push
jobs:
mingw:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['1.21.1']
pyver: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4
- name: Build
run: docker pull openturns/archlinux-mingw && docker run -e MAKEFLAGS='-j2' -v `pwd`:/io openturns/archlinux-mingw /io/run_docker_build.sh ${{ matrix.version }} ${{ matrix.pyver }} `id -u` `id -g`
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
openturns-${{ matrix.version }}-py${{ matrix.pyver }}-x86_64.exe
openturns-mingw-${{ matrix.version }}-py${{ matrix.pyver }}-x86_64.tar.bz2