Skip to content

Commit 8aeea6e

Browse files
committed
ci(circleci): add basic configuration
1 parent 0138551 commit 8aeea6e

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

circle.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
dependencies:
2+
cache_directories:
3+
- "~/.apt-cache"
4+
pre:
5+
- sudo rm -rf /var/cache/apt/archives && sudo ln -s ~/.apt-cache /var/cache/apt/archives && mkdir -p ~/.apt-cache/partial
6+
- sudo apt-get update
7+
- sudo apt-get install phpunit
8+
- sudo add-apt-repository ppa:mc3man/trusty-media -y
9+
- sudo apt-get update
10+
- sudo apt-get install ffmpeg gstreamer0.10-ffmpeg
11+
12+
test:
13+
override:
14+
- phpunit --bootstrap test/bootstrap.php test/

0 commit comments

Comments
 (0)