File: perform-demo

package info (click to toggle)
jupyter-sphinx-theme 0.0.6%2Bds1-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 316 kB
  • sloc: makefile: 170; python: 120; sh: 6
file content (11 lines) | stat: -rwxr-xr-x 163 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# autopkgtest check: launch demo
set -ue
cd $AUTOPKGTEST_TMP

cp -prd /usr/share/doc/jupyter-sphinx-theme-doc/examples .
cd examples

make check

exit 0