Merge branch 'circle-ci' of https://github.com/catseye/SixtyPical into construct-callgraph

This commit is contained in:
Chris Pressey 2019-10-21 14:48:27 +01:00
commit 2e002fc33e
1 changed files with 27 additions and 0 deletions

27
.circleci/config.yml Normal file
View File

@ -0,0 +1,27 @@
# Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/python:3.6.1
working_directory: ~/SixtyPical
steps:
- checkout
- run:
name: install dependencies
command: |
echo "hi"
git clone https://github.com/catseye/Falderal
git clone https://github.com/catseye/dcc6502
(cd dcc6502 && make)
- run:
name: run tests
command: |
PATH=dcc6502:Falderal/bin:$PATH ./test.sh