Skip to content
Snippets Groups Projects
Verified Commit d2016ac6 authored by Joe Donofry's avatar Joe Donofry
Browse files

Attempt to fix docker build issue

parent 059f052b
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,8 @@ script:
# Build the lib and run the test suite against synapse.
- |
if [ $TRAVIS_OS_NAME == linux ]; then
docker build -t nheko-reborn/mtxclient .
ls `pwd`
docker build -t nheko-reborn/mtxclient `pwd`/Dockerfile
docker run -v `pwd`:/build --net=host \
-e CXX_VERSION=${CXX_VERSION} \
-e CC_VERSION=${CC_VERSION} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment