From b670bd33161de8955dcc58743761916df78d3835 Mon Sep 17 00:00:00 2001 From: Chris Pressey Date: Wed, 8 Mar 2023 12:53:21 +0000 Subject: [PATCH] Remove experimental Circle CI configuration. --- .circleci/config.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index a0213db..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -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