Trying out travis-ci.

This commit is contained in:
g012 2017-09-28 22:55:31 +02:00
parent dfc0637027
commit 7d766aea03
2 changed files with 11 additions and 1 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: c
os:
- linux
- osx
compiler:
- clang
- gcc
script:
- cmake . -DCMAKE_BUILD_TYPE=Release
- make

View File

@ -1,6 +1,6 @@
# l65
l65 is a 6502 assembler, operating from within Lua and written in Lua. This means assembler mnemonics become regular Lua statements anywhere in the moddle of regular Lua code.
l65 is a 6502 assembler, operating from within Lua and written in Lua. This means assembler mnemonics become regular Lua statements anywhere in the middle of Lua code.
## Building