Loading build-and-test-py-project-within-miniconda.sh +3 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,9 @@ echo "Conda environment file: ${CONDA_ENVIRONMENT}" echo "Extra pip requirements: ${REQUIREMENTS_TXT}" echo "Extra pytest options: ${PYTEST_ADDOPTS}" echo "PYOPENCL_TEST: ${PYOPENCL_TEST}" echo "git revision: $(git rev-parse --short HEAD)" echo "git status:" git status -s echo "-----------------------------------------------" if [ "$(uname)" = "Darwin" ]; then Loading build-py-project.sh +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ echo "-----------------------------------------------" echo "Current directory: $(pwd)" echo "Python executable: ${PY_EXE}" echo "PYOPENCL_TEST: ${PYOPENCL_TEST}" echo "git revision: $(git rev-parse --short HEAD)" echo "git status:" git status -s echo "-----------------------------------------------" # {{{ clean up Loading Loading
build-and-test-py-project-within-miniconda.sh +3 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,9 @@ echo "Conda environment file: ${CONDA_ENVIRONMENT}" echo "Extra pip requirements: ${REQUIREMENTS_TXT}" echo "Extra pytest options: ${PYTEST_ADDOPTS}" echo "PYOPENCL_TEST: ${PYOPENCL_TEST}" echo "git revision: $(git rev-parse --short HEAD)" echo "git status:" git status -s echo "-----------------------------------------------" if [ "$(uname)" = "Darwin" ]; then Loading
build-py-project.sh +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ echo "-----------------------------------------------" echo "Current directory: $(pwd)" echo "Python executable: ${PY_EXE}" echo "PYOPENCL_TEST: ${PYOPENCL_TEST}" echo "git revision: $(git rev-parse --short HEAD)" echo "git status:" git status -s echo "-----------------------------------------------" # {{{ clean up Loading