Skip to content

Commit

Permalink
move dockerfile for tests into extras/tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed May 22, 2019
1 parent bd3e3c7 commit 0af46fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ services:
- docker

before_script:
- cp -v extras/test/Dockerfile .
- docker build -t dyne/tomb .
- docker run -it --privileged dyne/tomb /bin/bash -c "oracle & make test"

script:
- docker run -it --privileged dyne/tomb /bin/bash -c "make --directory=extras/kdf-keys test"
- docker run -it --privileged dyne/tomb /bin/bash -c "make -C extras/kdf-keys test"
File renamed without changes.

0 comments on commit 0af46fe

Please sign in to comment.