Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lbry
ytsync
Commits
45a5b30b
Unverified
Commit
45a5b30b
authored
Aug 03, 2019
by
Mark Beamer Jr
Browse files
ci test
parent
93b3c673
Changes
2
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
45a5b30b
...
...
@@ -6,6 +6,14 @@ go:
-
master
services
:
-
docker
addons
:
apt
:
update
:
true
packages
:
-
youtube-dl
-
ffmpeg
env
:
global
:
#GITHUB_TOKEN
...
...
e2e/e2e.sh
View file @
45a5b30b
...
...
@@ -9,7 +9,7 @@ make
export
LOCAL_TMP_DIR
=
"/var/tmp"
#Private Variables Set in local installations: SLACK_TOKEN,YOUTUBE_API_KEY,AWS_S3_ID,AWS_S3_SECRET,AWS_S3_REGION,AWS_S3_BUCKET
touch
-a
.env
&&
set
-o
allexport
;
source
./.
./.env
;
set
+o allexport
touch
-a
.env
&&
set
-o
allexport
;
source
./.env
;
set
+o allexport
echo
"LOCAL_TMP_DIR=
$LOCAL_TMP_DIR
"
# Compose settings - docker only
export
SLACK_CHANNEL
=
"ytsync-travis"
...
...
@@ -23,10 +23,11 @@ export CLEAN_ON_STARTUP=true
export
REGTEST
=
true
# Local settings
export
BLOBS_DIRECTORY
=
"./blobsfiles"
export
LBRYNET_DIR
=
"
`
pwd
`
/persist/.lbrynet/.local/share/lbry/lbrynet/"
export
LBRYNET_WALLETS_DIR
=
"
`
pwd
`
/persist/.lbrynet/.local/share/lbry/lbryum"
export
LBRYNET_DIR
=
"
`
pwd
`
/
e2e/
persist/.lbrynet/.local/share/lbry/lbrynet/"
export
LBRYNET_WALLETS_DIR
=
"
`
pwd
`
/
e2e/
persist/.lbrynet/.local/share/lbry/lbryum"
export
TMP_DIR
=
"/var/tmp"
cd
./e2e
docker-compose down
rm
-dr
./persist
docker-compose up
-d
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment