git @ Cat's Eye Technologies SixtyPical / 952e352
Try this. Chris Pressey 5 years ago
1 changed file(s) with 26 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 # Python CircleCI 2.0 configuration file
1 #
2 # Check https://circleci.com/docs/2.0/language-python/ for more details
3 #
4 version: 2
5 jobs:
6 build:
7 docker:
8 - image: circleci/python:3.6.1
9
10 working_directory: ~/SixtyPical
11
12 steps:
13 - checkout
14
15 - run:
16 name: install dependencies
17 command: |
18 git clone https://github.com/catseye/Falderal
19 git clone https://github.com/catseye/dcc6502
20 (cd dcc6502 && make)
21
22 - run:
23 name: run tests
24 command: |
25 PATH=dcc6502:Falderal/bin:$PATH ./test.sh