From 952e3528a393b1685d69864c2b57ef4a68a0eae7 Mon Sep 17 00:00:00 2001 From: Chris Pressey Date: Tue, 16 Jul 2019 16:22:29 +0100 Subject: [PATCH] Try this. --- .circleci/config.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 0000000..14b928d --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,26 @@ +# 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: | + 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