Skip to content

Commit

Permalink
Travisss
Browse files Browse the repository at this point in the history
  • Loading branch information
sbragagnolo committed Oct 20, 2016
1 parent c2f6a8b commit a403a89
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
language: c
os:
- linux
sudo: true
addons:
apt:
packages:
- lib32asound2
- lib32z1
- lib32bz2-1.0
- libssl1.0.0:i386
- libfreetype6:i386

install:
- sudo ./setupScale
script:
- ./examples/lsst.st
- ./examples/ls.st
- ./examples/fact.st
- ./examples/download.st -v 60
- ./examples/paralell-call.st
- ./examples/paralell-call2.st
- ./examples/stdout.st





























0 comments on commit a403a89

Please sign in to comment.