File: run-ci.sh

package info (click to toggle)
python-pyspnego 0.10.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,648 kB
  • sloc: python: 16,191; sh: 182; makefile: 11
file content (12 lines) | stat: -rwxr-xr-x 253 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash -ex

# Set by GHA setup-python
if [[ -n "${pythonLocation}" ]]; then
    PATH="${pythonLocation}/bin:${PATH}"
fi

source ./build_helpers/lib.sh
lib::setup::system_requirements
lib::setup::python_requirements
lib::sanity::run
lib::tests::run