Remove experimental Circle CI configuration.

This commit is contained in:
Chris Pressey 2023-03-08 12:53:21 +00:00
parent 9b74fd358f
commit b670bd3316
1 changed files with 0 additions and 27 deletions

View File

@ -1,27 +0,0 @@
# 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