Skip to content

Commit

Permalink
tests: Remove custom dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-shimon committed Oct 17, 2020
1 parent 7e4283c commit eb6cda5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 26 deletions.
22 changes: 0 additions & 22 deletions tests/Dockerfile

This file was deleted.

8 changes: 4 additions & 4 deletions tests/run.sh
@@ -1,6 +1,6 @@
#!/bin/bash
eval $(docker-machine env --shell bash)
docker run --privileged --rm -t -v "/$PWD":/rpp rpp bash -c \
"cd build && cmake /rpp && make && \
PYTHONPATH=/rpp python /rpp/tests/run_tests.py && \
PYTHONPATH=/rpp python /rpp/tests/run_benchmarks.py"
docker run --rm -v "/$PWD":/rpp rikorose/gcc-cmake bash -c \
"mkdir build && cd build && cmake /rpp && make && cp rpp /rpp"
docker run --rm -v "/$PWD":/rpp python bash -c \
"cd rpp && PYTHONPATH=/rpp python /rpp/tests/run_tests.py"

0 comments on commit eb6cda5

Please sign in to comment.