Skip to content

Commit

Permalink
Drop cirrus
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Oct 20, 2024
1 parent eba0c91 commit 251f8f3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 16 deletions.
12 changes: 0 additions & 12 deletions .cirrus.yml

This file was deleted.

20 changes: 19 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
conda install -y anaconda-client
anaconda -t ${{ secrets.ANACONDA_TOKEN }} upload --force -u openturns-wheels-nightly wheelhouse/*.whl
macos:
macos-x86_64:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
Expand All @@ -59,3 +59,21 @@ jobs:
run: |
conda install -y anaconda-client
anaconda -t ${{ secrets.ANACONDA_TOKEN }} upload --force -u openturns-wheels-nightly wheelhouse/*.whl
macos-arm64:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Build
env:
MAKEFLAGS: -j3
run: ./build-wheels-macos.sh openturns master cp39 14
- uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
- name: Upload
if: ${{ github.ref == 'refs/heads/master' }}
shell: bash -l {0}
run: |
conda install -y anaconda-client
anaconda -t ${{ secrets.ANACONDA_TOKEN }} upload --force -u openturns-wheels-nightly wheelhouse/*.whl
3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
.. image:: https://github.com/openturns/build-wheels/actions/workflows/nightly.yml/badge.svg?branch=master
:target: https://github.com/openturns/build-wheels/actions/workflows/nightly.yml

.. image:: https://api.cirrus-ci.com/github/openturns/build-wheels.svg?branch=master
:target: https://cirrus-ci.com/github/openturns/build-wheels

================
OpenTURNS wheels
================
Expand Down

0 comments on commit 251f8f3

Please sign in to comment.