blob: 8a0b0fdf6ae72ae59bda7f85a6ba752a8e973178 [file] [log] [blame]
swissChili7665b1d2020-08-10 17:30:23 -07001image: ubuntu/lts
2packages:
3 - build-essential
4 - cmake
5 - libsdl2-dev
6 - libreadline-dev
7 - libglew-dev
8sources:
9 - https://github.com/swissChili/6502
10tasks:
11 - setup: |
12 cd 6502
13 mkdir build
14 cd build
15 cmake ..
16 - build: |
17 cd 6502/build
18 make -j
19 ./6502 -h
20artifacts:
21 - 6502/build/6502