Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
matrix-media-repo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
matrix-media-repo
Commits
8a2681b9
Commit
8a2681b9
authored
5 years ago
by
Travis Ralston
Browse files
Options
Downloads
Patches
Plain Diff
Disable sytest for now
It doesn't work
parent
dc18e9d6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.circleci/config.yml
+30
-30
30 additions, 30 deletions
.circleci/config.yml
with
30 additions
and
30 deletions
.circleci/config.yml
+
30
−
30
View file @
8a2681b9
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment