Skip to content
Snippets Groups Projects
Commit 8a2681b9 authored by Travis Ralston's avatar Travis Ralston
Browse files

Disable sytest for now

It doesn't work
parent dc18e9d6
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
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