diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 49f5cb9f08e4a01e87d1a91540b18293a1a90d41..25381e120c0eedd7f05d97c741d7151e2f088d54 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ pages: - cmake .. - make library - cd ../docs + - python3 library_import_check.py - make html - cd .. - mkdir public diff --git a/docs/library_import_check.py b/docs/library_import_check.py new file mode 100644 index 0000000000000000000000000000000000000000..0744294932734df8d9eef41dd216c5161b81c88a --- /dev/null +++ b/docs/library_import_check.py @@ -0,0 +1,3 @@ +import sys,os +import conf +import library \ No newline at end of file