File tree Expand file tree Collapse file tree 3 files changed +17
-12
lines changed
Expand file tree Collapse file tree 3 files changed +17
-12
lines changed Original file line number Diff line number Diff line change @@ -31,16 +31,21 @@ install:
3131
3232 # - "dir C:\\Python36-x64\\lib\\site-packages\\numpy\\core\\include"
3333 # - "dir C:\\Python36-x64\\lib\\site-packages\\numpy\\core\\include\\numpy"
34- # build:
35- # parallel: true
34+ build :
35+ parallel : true
3636build_script :
37+ # - "MSBuild /help"
3738 - " SET PATH=%PYTHON%;%PYTHON%\\ Scripts;%PATH%"
3839 - cd c:\projects\polyfempy
40+ - " python --version"
3941 # - set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
4042 # - set MSBuildOptions=/v:m /p:Configuration=%config% /logger:%MSBuildLogger%
4143 - python setup.py install
4244
4345test_script :
44- - " python -m pip install plotly"
4546 - cd c:\projects\polyfempy
46- - python setup.py test
47+ - python tests/bending.py
48+ - python tests/gravity.py
49+ - python tests/inflation.py
50+ - python tests/plane_hole.py
51+ - python tests/torsion.py
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ script:
2828 - python tests/inflation.py
2929 - python tests/plane_hole.py
3030 - python tests/torsion.py
31- deploy :
32- provider : pypi
33- user : " teseoch"
34- password :
35- secure : SBFTnlltZ+CsskcX+qILNOnEIQzK9fwnQKkZGKsxWuKn4VBA/M6olmTl/wOEzfYnrTdY3A9LrCX7b9D+/3CDCOhGkdFw6x1VRYySqkHtxk4UjdzXBnIPi9bf5GFDjIg/lOcKhR6bIhcRjEAu2bAYQTegyi936jHJuSglaLiK9S3/gWSH/fGbS22PFL0Nuh5o4o82MKeR9simNA9uXxTWdMr4SATEm/oOs2Itpmg9cKolizWPzRBT7WMMe9I61ULPkxFjMLtU1C+kXBB0ctE4FBIndZbEUnwYsceXw+gRrWTA+auc3ZvNbF7ilaAIYYXPPlWEewjt1Ib0vPZP1g/jpeLT0uDfpDuin5bJjDbdrjkD9mReBnpinbQU0o0KXX3IJWwcN+LW1r8NUB8K6T6iEiWQmy7D/9vX5jPRXe2zt7O63JWY61cD1VzPrKIeKY/CC0X4TP0PyujbsSpBI6O/5UE8VRZX1hp0YJOEywLqj3YRJ0HcSSanHccUI+sJlbZEGZaH/dJCbWqS25IGN6sXoXD1sfyS2d5XtD1758Sg7+5SLZoXa9fSGLntVhZ72kZjvRgJULirVEqbUqXjdtf3TMO6EtAQMWKgVVguqF9gqO/44R3omQa03bhnZNm9WDIft8ZyIRGk5On2OwVWvFb2ud/5PgmuOdw+auEat9oziNM=
36- on :
37- tags : true
31+ # deploy:
32+ # provider: pypi
33+ # user: "teseoch"
34+ # password:
35+ # secure: SBFTnlltZ+CsskcX+qILNOnEIQzK9fwnQKkZGKsxWuKn4VBA/M6olmTl/wOEzfYnrTdY3A9LrCX7b9D+/3CDCOhGkdFw6x1VRYySqkHtxk4UjdzXBnIPi9bf5GFDjIg/lOcKhR6bIhcRjEAu2bAYQTegyi936jHJuSglaLiK9S3/gWSH/fGbS22PFL0Nuh5o4o82MKeR9simNA9uXxTWdMr4SATEm/oOs2Itpmg9cKolizWPzRBT7WMMe9I61ULPkxFjMLtU1C+kXBB0ctE4FBIndZbEUnwYsceXw+gRrWTA+auc3ZvNbF7ilaAIYYXPPlWEewjt1Ib0vPZP1g/jpeLT0uDfpDuin5bJjDbdrjkD9mReBnpinbQU0o0KXX3IJWwcN+LW1r8NUB8K6T6iEiWQmy7D/9vX5jPRXe2zt7O63JWY61cD1VzPrKIeKY/CC0X4TP0PyujbsSpBI6O/5UE8VRZX1hp0YJOEywLqj3YRJ0HcSSanHccUI+sJlbZEGZaH/dJCbWqS25IGN6sXoXD1sfyS2d5XtD1758Sg7+5SLZoXa9fSGLntVhZ72kZjvRgJULirVEqbUqXjdtf3TMO6EtAQMWKgVVguqF9gqO/44R3omQa03bhnZNm9WDIft8ZyIRGk5On2OwVWvFb2ud/5PgmuOdw+auEat9oziNM=
36+ # on:
37+ # tags: true
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ endfunction()
2727function (polyfem_python_download_polyfem)
2828 polyfem_python_download_project(polyfem
2929 GIT_REPOSITORY https://github.com/polyfem/polyfem.git
30- GIT_TAG 263ce74e59a0a207d2e42ac5fe6fdb5cbd947597
30+ GIT_TAG 545389f97c37c465de56035cc975dcd980f27648
3131 )
3232endfunction ()
3333
You can’t perform that action at this time.
0 commit comments