Skip to content

Commit

Permalink
Disable sytest for now
Browse files Browse the repository at this point in the history
It doesn't work
  • Loading branch information
turt2live committed May 3, 2019
1 parent dc18e9d commit 8a2681b
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8a2681b

Please sign in to comment.