From 3afb6ab29f6b269f0e9df20d0b6008725179ed6b Mon Sep 17 00:00:00 2001 From: Piotr Fusik Date: Tue, 18 Feb 2020 22:02:50 +0100 Subject: [PATCH] Travis build. --- .travis.yml | 5 +++++ README.md | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..4647e86 --- /dev/null +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index 473770c..3bf2998 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/pfusik/zlib6502.svg?branch=master)](https://travis-ci.org/pfusik/zlib6502) + 6502 inflate routine ====================