From f531cb3cdffabdeff9a29a2b25f6521a5c13a94d Mon Sep 17 00:00:00 2001 From: Teseo Schneider Date: Fri, 8 Mar 2019 14:06:52 -0500 Subject: [PATCH] CI --- .appveyor.yml | 16 ++++++++-------- .travis.yml | 13 +++++++++---- README.md | 9 ++++++--- 3 files changed, 23 insertions(+), 15 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 80c68a2..2a10b7f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -8,15 +8,15 @@ branches: - master environment: matrix: - - config: Release - PYTHON: "C:\\Python36-x64" - PYTHON_VERSION: "3.6.x" # currently 3.6.8 - PYTHON_ARCH: "64" + # - config: Release + # PYTHON: "C:\\Python36-x64" + # PYTHON_VERSION: "3.6.x" # currently 3.6.8 + # PYTHON_ARCH: "64" - - config: Release - PYTHON: "C:\\Python35-x64" - PYTHON_VERSION: "3.5.x" # currently 3.5.8 - PYTHON_ARCH: "64" + # - config: Release + # PYTHON: "C:\\Python35-x64" + # PYTHON_VERSION: "3.5.x" # currently 3.5.8 + # PYTHON_ARCH: "64" - config: Release PYTHON: "C:\\Python27-x64" diff --git a/.travis.yml b/.travis.yml index 2bf73b7..f977fcf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,18 +1,23 @@ language: python python: - - "2.7" - - "3.5" + # - "2.7" + # - "3.5" - "3.6" os: - linux # - osx addons: apt: + sources: + - ubuntu-toolchain-r-test packages: - libc++-dev + - gcc-7 + - g++-7 + - libsuitesparse-dev env: - - CC=gcc CXX=g++ - - CC=clang CXX=clang++ CXXFLAGS="-stdlib=libc++" + - CC=gcc-7 && CXX=g++-7 + # - CC=clang CXX=clang++ CXXFLAGS="-stdlib=libc++" install: - pip install numpy - pip install plotly diff --git a/README.md b/README.md index b890134..9680bc7 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,19 @@ # polyfem-python +[![Build Status](https://travis-ci.com/polyfem/polyfem-python.svg?branch=master)](https://travis-ci.com/polyfem/polyfem-python) [![Build status](https://ci.appveyor.com/api/projects/status/lqfxi2pbkhpatxls?svg=true)](https://ci.appveyor.com/project/teseoch/polyfem-python) -!!! danger - The python bindings are in alpha. Expect a lot of API changes and possible bugs. Use at your own peril! - [![Last update](https://anaconda.org/conda-forge/polyfempy/badges/latest_release_date.svg)](https://anaconda.org/conda-forge/polyfempy) [![Downloads](https://anaconda.org/conda-forge/polyfempy/badges/downloads.svg)](https://anaconda.org/conda-forge/polyfempy) [![Install](https://anaconda.org/conda-forge/polyfempy/badges/installer/conda.svg)](https://anaconda.org/conda-forge/polyfempy) + + + I am making efforts to provide a simple python interface to Polyfem. For doing so I am maintaining a *conda* package which can be easily installed [https://anaconda.org/conda-forge/polyfempy](https://anaconda.org/conda-forge/polyfempy).