commit | 7665b1dc7dd1443420de88c03441effb2e6810e7 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Mon Aug 10 17:30:23 2020 -0700 |
committer | swissChili <swisschili@fastmail.com> | Mon Aug 10 17:30:23 2020 -0700 |
tree | 3d113749edd5ada0ea5b005ccf6f8bb2b5572903 | |
parent | ddea672c004c3b4b31954d71e547fc4b3df8b832 [diff] |
Add CI
diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..8a0b0fd --- /dev/null +++ b/.build.yml
@@ -0,0 +1,21 @@ +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