init
This commit is contained in:
11
lib_sw_pll/tools/ci/do-ci-tests.sh
Normal file
11
lib_sw_pll/tools/ci/do-ci-tests.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#! /usr/bin/env bash
|
||||
#
|
||||
# test stuff
|
||||
|
||||
set -ex
|
||||
|
||||
pushd tests
|
||||
pytest --junitxml=results.xml -rA -v --durations=0 -o junit_logging=all
|
||||
ls bin
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user