Skip to content

Commit

Permalink
Add Travis-CI for building on Linux
Browse files Browse the repository at this point in the history
No tests are run
  • Loading branch information
ejona86 authored Mar 7, 2020
1 parent 6b55ab1 commit c3eed7b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
language: minimal

notifications:
email: false

branches:
only:
- master

os:
- linux

dist:
- bionic

before_install:
- sudo apt-get install cc65
- (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

0 comments on commit c3eed7b

Please sign in to comment.