-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #134 from UCL/week3-git
Updates for week 3
- Loading branch information
Showing
11 changed files
with
104 additions
and
203 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,6 +43,16 @@ script: | |
- python -c "import matplotlib.pyplot" | ||
- make | ||
before_install: | ||
# Remove the MongoDB repo as their GPG key has expired. | ||
# - sudo rm /etc/apt/sources.list.d/mongodb-3.2.list | ||
- openssl aes-256-cbc -K $encrypted_194007bb00f1_key -iv $encrypted_194007bb00f1_iv | ||
-in secrets.tar.enc -out secrets.tar -d | ||
- tar -xvf secrets.tar | ||
- REPO=`git config remote.origin.url` | ||
- SSH_REPO=${REPO/https:\/\/github.com\//[email protected]:} | ||
- eval `ssh-agent -s` | ||
- chmod 600 deploy_key | ||
- ssh-add deploy_key | ||
- sudo add-apt-repository -y ppa:mc3man/trusty-media | ||
- sudo apt-get -y update | ||
- sudo apt-get -y install ffmpeg | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.