ci-build.sh: output version information
This commit is contained in:
parent
735f244270
commit
1eeb7fe30c
@ -1,5 +1,9 @@
|
||||
#!/bin/bash -xe
|
||||
|
||||
python3 --version
|
||||
py.test --version
|
||||
pep8 --version
|
||||
|
||||
# Target directory for all build files
|
||||
BUILD=${1:-ci-build}
|
||||
mkdir -p $BUILD
|
||||
|
Loading…
Reference in New Issue
Block a user