Travis build.

This commit is contained in:
Piotr Fusik 2020-02-18 22:02:50 +01:00
parent 20ee65beca
commit 3afb6ab29f
2 changed files with 7 additions and 0 deletions

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: minimal
install:
- wget https://github.com/pfusik/xasm/releases/download/xasm-3.1.1/xasm_3.1.1-1_amd64.deb
- sudo dpkg -i xasm_3.1.1-1_amd64.deb
script: make

View File

@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/pfusik/zlib6502.svg?branch=master)](https://travis-ci.org/pfusik/zlib6502)
6502 inflate routine
====================