mirror of
https://github.com/satoshinm/pill_6502.git
synced 2024-12-28 08:30:29 +00:00
ee8f54e915
Based on the following sources: https://github.com/blacksphere/blackmagic https://github.com/satoshinm/pill_serial https://github.com/satoshinm/pill_duck
11 lines
545 B
YAML
11 lines
545 B
YAML
version: 1
|
|
test:
|
|
override:
|
|
- PATH=/home/ubuntu/pill_6502/gcc-arm-none-eabi-7-2017-q4-major/bin/:${PATH} make
|
|
- cp src/pill_6502.bin $CIRCLE_ARTIFACTS/
|
|
- cp src/pill_6502.elf $CIRCLE_ARTIFACTS/
|
|
dependencies:
|
|
pre:
|
|
- wget -O armgcc.tar.bz2 'https://developer.arm.com/-/media/Files/downloads/gnu-rm/7-2017q4/gcc-arm-none-eabi-7-2017-q4-major-linux.tar.bz2?revision=375265d4-e9b5-41c8-bf23-56cbe927e156?product=GNU%20Arm%20Embedded%20Toolchain,64-bit,,Linux,7-2017-q4-major'
|
|
- tar -xvjf armgcc.tar.bz2
|