aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dockerfiles/Debian_testing.docker
AgeCommit message (Collapse)AuthorFilesLines
2018-07-28tests: Fix Debian and Kali dockerfilesPiotr Krysik1-3/+1
Change-Id: I61d37cb6882a8ca7bbfc97412c52e745a2e5ec7c
2018-06-19Run tests with CTEST_OUTPUT_ON_FAILURE=1Vasil Velichkov1-1/+1
2018-06-18Add DEBIAN_FRONTEND=noninteractiveVasil Velichkov1-1/+1
2018-04-16Workaround for the grcc failureVasil Velichkov1-0/+3
See https://github.com/ptrkrysik/gr-gsm/pull/378#issuecomment-379587145 Traceback (most recent call last): File "/usr/bin/grcc", line 29, in <module> from gnuradio import gr File "/usr/lib/python2.7/dist-packages/gnuradio/gr/__init__.py", line 41, in <module> from runtime_swig import * File "/usr/lib/python2.7/dist-packages/gnuradio/gr/runtime_swig.py", line 17, in <module> _runtime_swig = swig_import_helper() File "/usr/lib/python2.7/dist-packages/gnuradio/gr/runtime_swig.py", line 16, in swig_import_helper return importlib.import_module('_runtime_swig') File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) ImportError: No module named _runtime_swig
2018-03-22Fix the parallel build.Vasil Velichkov1-1/+4
- Override the GR_UNIQUE_TARGET function to not append a hash to the target name. - Add explicit dependency between pygen_apps and _grgsm_swig The _grgs_swig needs to be built first because grcc evaluates and verify all imports - Test the parallel build in the docker containers as well
2018-03-22Install pkg-config in Debian/Ubuntu containersVasil Velichkov1-0/+1
It is needed to proper detect the grcc full path
2018-02-20Added 'make test' as part of docker files and removed it from travis.ymlPiotr Krysik1-1/+2
2018-02-20tests: Changing the maintainer to myselfPiotr Krysik1-1/+1
2017-09-20Install package to have rst2man available when testing.Petter Reinholdtsen1-0/+1
2016-04-29Removed calls to 'cd' bash command and replaced it with WORKDIRPiotr Krysik1-4/+4
which should work better according to docker's manual
2016-04-13Changes in dockerfiles:Piotr Krysik1-0/+26
-removed (prorbably) unnecessary packages -added docker file for debian testing