blob: 12d430e9acab1e70588bfa6f8e7caaafd8969f4c [file] [log] [blame]
image: ubuntu/lts
packages:
- build-essential
- cmake
- libsdl2-dev
- libreadline-dev
- libglew-dev
sources:
- https://github.com/swissChili/6502
tasks:
- setup: |
cd 6502
mkdir build
cd build
cmake ..
- build: |
cd 6502/build
make -j
./6502 -h
artifacts:
- 6502/build/6502
- 6502/build/as/6502-as