mirror of
https://github.com/g012/l65.git
synced 2025-01-16 16:30:02 +00:00
Trying out travis-ci.
This commit is contained in:
parent
dfc0637027
commit
7d766aea03
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
language: c
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
|
compiler:
|
||||||
|
- clang
|
||||||
|
- gcc
|
||||||
|
script:
|
||||||
|
- cmake . -DCMAKE_BUILD_TYPE=Release
|
||||||
|
- make
|
@ -1,6 +1,6 @@
|
|||||||
# l65
|
# 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
|
## Building
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user