File: cip-test-plugins

package info (click to toggle)
libalien-build-perl 2.84-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,116 kB
  • sloc: perl: 10,350; ansic: 134; sh: 66; makefile: 2
file content (10 lines) | stat: -rwxr-xr-x 119 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

set -ex

if [ "$CIP_TAG" = "static" ]; then
  echo skip
else
  cip exec perl maint/ci-test-plugins.pl
fi