Skip to content

Commit

Permalink
travis: Add test support
Browse files Browse the repository at this point in the history
Unfortunately this adds 1.5 minutes to the build. 4x as slow!
  • Loading branch information
ejona86 authored Mar 7, 2020
1 parent 08bdbd6 commit 0db887f
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: minimal
language: generic

notifications:
email: false
Expand All @@ -13,10 +13,22 @@ os:
dist:
- bionic

addons:
apt:
packages:
- cc65
- fceux

services:
- xvfb

before_install:
- sudo apt-get install cc65
- export PATH=$PATH:/usr/games
- (cd $HOME/bin && curl -OL -u "travis:545393775684" https://ejona.ersoft.org/taus-ci/flips && chmod +x flips)
- curl -OL -u "travis:545393775684" https://ejona.ersoft.org/taus-ci/tetris.nes

install:
- make V=1

script:
- xvfb-run -a make test

0 comments on commit 0db887f

Please sign in to comment.