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

Move docker build to before synapse make

This hopefully fixes the issue related to reading a file that travis
doesn't have read access to causing docker build to fail
parent d2016ac6
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,8 @@ matrix:
- COVERAGE=ON
install:
if [ "$TRAVIS_OS_NAME" = "linux" ]; then docker build -t nheko-reborn/mtxclient -f Dockerfile . ; fi
- ./.ci/install.sh
script:
......@@ -40,8 +42,6 @@ script:
# Build the lib and run the test suite against synapse.
- |
if [ $TRAVIS_OS_NAME == linux ]; then
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