Disable CircleCI

master
Nicolas Favre-Felix 4 years ago
parent b3eded6a1c
commit 80cf4d191d
No known key found for this signature in database
GPG Key ID: C04E7AA8B6F73372

@ -1,41 +0,0 @@
version: 2
jobs:
build-and-run-tests:
docker:
- image: ubuntu:14.04
- image: redis:5.0.5-alpine
working_directory: ~/webdis
steps:
# Ubuntu setup (git needed for local execution with circleci)
- run:
name : Ubuntu update and Git install
command: |
apt-get -y update &&
apt-get -y upgrade &&
apt-get -y --force-yes install git
- checkout
- run:
name : Set up build environment
command: |
apt-get -y --force-yes install wget make gcc libevent-dev libmsgpack-dev python3
- run:
name: Build and run webdis
command: |
make &&
sed -i -e 's/"daemonize":.*false,/"daemonize": true,/g' webdis.json &&
./webdis webdis.json
- run:
name: Run tests
command: ./tests/basic.py
workflows:
version: 2
build-and-run-tests:
jobs:
- build-and-run-tests

@ -1,4 +1,3 @@
[![CircleCI](https://circleci.com/gh/nicolasff/webdis.svg?style=shield)](https://circleci.com/gh/nicolasff/webdis)
[![Build](https://github.com/nicolasff/webdis/actions/workflows/build.yml/badge.svg)](https://github.com/nicolasff/webdis/actions/workflows/build.yml) [![Build](https://github.com/nicolasff/webdis/actions/workflows/build.yml/badge.svg)](https://github.com/nicolasff/webdis/actions/workflows/build.yml)

Loading…
Cancel
Save