From 82e1e9f8ab96f6ac99906631aac644b58c3089a5 Mon Sep 17 00:00:00 2001 From: Sebastian Denz Date: Tue, 16 Apr 2024 12:40:50 +0200 Subject: [PATCH] Remove CircleCI --- .circleci/config.yml | 19 ------------------- README.md | 2 -- 2 files changed, 21 deletions(-) delete mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index bc81de5..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,19 +0,0 @@ -# Golang CircleCI 2.0 configuration file -# -# Check https://circleci.com/docs/2.0/language-go/ for more details -version: 2 -jobs: - build: - docker: - # specify the version - - image: circleci/golang:latest - - working_directory: /go/src/github.com/gonicus/gofaxip - steps: - - checkout - - # specify any bash command here prefixed with `run: ` - - run: go get -v -t -d ./... - - run: go test -v ./... - - run: go install github.com/gonicus/gofaxip/gofaxsend - - run: go install github.com/gonicus/gofaxip/gofaxd diff --git a/README.md b/README.md index 74304f1..2f14287 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # GOfax.IP - [![CircleCI](https://circleci.com/gh/gonicus/gofaxip/tree/master.svg?style=shield)](https://circleci.com/gh/gonicus/gofaxip/tree/master) - GOfax.IP is a HylaFAX backend/connector providing Fax over IP support for HylaFAX using FreeSWITCH and SpanDSP through FreeSWITCH's mod_spandsp. In contrast to solutions like t38modem, iaxmodem and mod_spandsp's softmodem feature, GOfax.IP does not emulate fax modem devices but replaces HylaFAX's `faxgetty` and `faxsend` processes to communicate directly with FreeSWITCH using FreeSWITCH's Event Socket interface.