From f1d5ee43ed5e8ee82c07c23cf770855057bff097 Mon Sep 17 00:00:00 2001 From: "Iamsamang, Jirawat" Date: Wed, 24 Apr 2024 16:47:36 +0200 Subject: [PATCH] fixed CI version --- .ci_support/README | 1 - .ci_support/linux_64.yaml | 18 ------------------ .ci_support/osx_64.yaml | 15 --------------- .ci_support/win_64.yaml | 9 --------- .github/workflows/binary.yml | 7 +------ .github/workflows/wheel.yml | 2 +- README.md | 4 +++- 7 files changed, 5 insertions(+), 51 deletions(-) delete mode 100755 .ci_support/README delete mode 100644 .ci_support/linux_64.yaml delete mode 100644 .ci_support/osx_64.yaml delete mode 100644 .ci_support/win_64.yaml diff --git a/.ci_support/README b/.ci_support/README deleted file mode 100755 index e4e2dce..0000000 --- a/.ci_support/README +++ /dev/null @@ -1 +0,0 @@ -This file is automatically generated by conda-smithy. To change any matrix elements, you should change conda-smithy's input conda_build_config.yaml and re-render the recipe, rather than editing these files directly. \ No newline at end of file diff --git a/.ci_support/linux_64.yaml b/.ci_support/linux_64.yaml deleted file mode 100644 index 9428e51..0000000 --- a/.ci_support/linux_64.yaml +++ /dev/null @@ -1,18 +0,0 @@ -cdt_name: -- cos6 -channel_sources: -- conda-forge -- defaults -channel_targets: -- nodtem66 main -cxx_compiler: -- gxx -cxx_compiler_version: -- '9' -docker_image: -- quay.io/condaforge/linux-anvil-comp7 -target_platform: -- linux-64 -zip_keys: -- - cdt_name - - docker_image diff --git a/.ci_support/osx_64.yaml b/.ci_support/osx_64.yaml deleted file mode 100644 index 8ffad1e..0000000 --- a/.ci_support/osx_64.yaml +++ /dev/null @@ -1,15 +0,0 @@ -MACOSX_DEPLOYMENT_TARGET: -- '10.15' -channel_sources: -- conda-forge -- defaults -channel_targets: -- nodtem66 main -cxx_compiler: -- clangxx -cxx_compiler_version: -- '11' -macos_machine: -- x86_64-apple-darwin13.4.0 -target_platform: -- osx-64 diff --git a/.ci_support/win_64.yaml b/.ci_support/win_64.yaml deleted file mode 100644 index f807e9e..0000000 --- a/.ci_support/win_64.yaml +++ /dev/null @@ -1,9 +0,0 @@ -channel_sources: -- conda-forge -- defaults -channel_targets: -- nodtem66 main -cxx_compiler: -- vs2019 -target_platform: -- win-64 diff --git a/.github/workflows/binary.yml b/.github/workflows/binary.yml index 1dff538..e386051 100644 --- a/.github/workflows/binary.yml +++ b/.github/workflows/binary.yml @@ -1,11 +1,6 @@ name: Binary -on: - workflow_dispatch: - pull_request: - push: - branches: - - master +on: workflow_dispatch env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index 40c97b4..48cc566 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -58,7 +58,7 @@ jobs: brew install openblas - name: Build wheel - uses: pypa/cibuildwheel@v2 + uses: pypa/cibuildwheel@v2.17 env: # Python 2.7 on Windows requires a workaround for C++11 support, # built separately below diff --git a/README.md b/README.md index bdba374..d492c5d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Scaffolder +# Scaffolder +![GitHub last commit](https://img.shields.io/github/last-commit/nodtem66/Scaffolder) + ![Build Status](https://github.com/nodtem66/Scaffolder/actions/workflows/binary.yml/badge.svg) [![Build Status](https://dev.azure.com/n66/PublicCI/_apis/build/status%2Fnodtem66.Scaffolder%20(Anaconda%20release)?branchName=master)](https://dev.azure.com/n66/PublicCI/_build/latest?definitionId=8&branchName=master) [![Anaconda](https://anaconda.org/nodtem66/scaffolder/badges/version.svg)](https://anaconda.org/nodtem66/scaffolder) ![Last update](https://anaconda.org/nodtem66/scaffolder/badges/latest_release_date.svg) ![Platform](https://anaconda.org/nodtem66/scaffolder/badges/platforms.svg)