diff --git a/.circleci/config.yml b/.circleci/config.yml index b8893467e1888fafcf24b1db6fafdcd237e14031..755b70f6c3dc908386c3344bdb2410c80154644f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,36 +21,36 @@ jobs: - store_artifacts: path: bin/import_synapse destination: import_synapse - sytest: - docker: - - image: circleci/golang:1.9 - working_directory: /go/src/github.com/turt2live/matrix-media-repo - steps: - # Build the project - - checkout - - run: - name: get gb - command: 'go get github.com/constabulary/gb/...' - - run: - name: restore vendor packages - command: 'gb vendor restore' - - run: - name: gb build - command: 'gb build all' - # Install sytest - - run: - name: go to sytest - command: 'cd /test' - - run: - name: download sytest - command: 'wget -q https://github.com/matrix-org/sytest/archive/develop.tar.gz -O sytest.tar.gz' - - run: - name: unpack sytest - command: 'tar --strip-components=1 -xf sytest.tar.gz' - # Finally, run the tests - - run: - name: run sytests - command: './run-tests.sh' +# sytest: +# docker: +# - image: circleci/golang:1.9 +# working_directory: /go/src/github.com/turt2live/matrix-media-repo +# steps: +# # Build the project +# - checkout +# - run: +# name: get gb +# command: 'go get github.com/constabulary/gb/...' +# - run: +# name: restore vendor packages +# command: 'gb vendor restore' +# - run: +# name: gb build +# command: 'gb build all' +# # Install sytest +# - run: +# name: go to sytest +# command: 'cd /test' +# - run: +# name: download sytest +# command: 'wget -q https://github.com/matrix-org/sytest/archive/develop.tar.gz -O sytest.tar.gz' +# - run: +# name: unpack sytest +# command: 'tar --strip-components=1 -xf sytest.tar.gz' +# # Finally, run the tests +# - run: +# name: run sytests +# command: './run-tests.sh' workflows: version: 2 build_and_test: