Skip to content

Commit 0ba52ab

Browse files
authored
Create actions for release 0.4.0 (#170)
Transfer pydpf-core azure pipelines to git actions. 2 jobs: unit testing, doc testing on windows and wheel publication for release build doc and publish do for release TO DO: add unit testing on Linux, add server backward compatibility job, run unit test under tests/slow, run distributed examples in documentation
1 parent 63cab93 commit 0ba52ab

File tree

67 files changed

+4339
-1119
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+4339
-1119
lines changed

.ci/azure-pipelines.yml

Lines changed: 0 additions & 223 deletions
This file was deleted.

.ci/build_doc.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
set SPHINX_APIDOC_OPTIONS=inherited-members
2-
call sphinx-apidoc -o ../docs/source/api ../ansys ../ansys/dpf/core/aeneid.py -f --implicit-namespaces --separate --no-headings
2+
call sphinx-apidoc -o ../docs/source/api ../ansys -f --implicit-namespaces --separate --no-headings
33
pushd .
44
cd ../docs/
55
call make clean

.ci/templates/kill-servers-windows.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.ci/templates/prepare-environment-linux.yml

Lines changed: 0 additions & 75 deletions
This file was deleted.

.ci/templates/prepare-environment-windows.yml

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)