Mentions légales du service

Skip to content
Snippets Groups Projects
Commit db1fe0b3 authored by hhakim's avatar hhakim
Browse files

Fix doctest/nbtest_pyfaust ci job error of missing fdb subpkg (#337).

parent 1bbd9ee8
Branches
Tags
1 merge request!1review of fdb function
Pipeline #986140 passed
......@@ -182,8 +182,11 @@ ctest_nightly_win10:
- echo $PF_DIR
- md5sum $PF_DIR/*py
- cp -f wrapper/python/pyfaust/*py $PF_DIR/
- md5sum $PF_DIR/*py
# handle special case of pyfaust subpackages
- for SDIR in $(find wrapper/python/pyfaust -type d -mindepth 1); do mkdir $PF_DIR/$(basename $SDIR); cp -f $SDIR/*py $PF_DIR/$(basename $SDIR)/; done || exit 0
- md5sum $(find $PF_DIR -name "*.py")
- export PF_DIR=$PF_DIR # just in case
# TODO: this job is long enough to become a separate script
after_script:
- deactivate
- rm -Rf doctest_pyfaust-latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment