diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 1525878..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,22 +0,0 @@ -version: 2 -jobs: - build: - docker: - - image: debian:latest - steps: - - checkout - - run: - name: pre - command: apt-get update && apt-get install -y autoconf automake libtool autoconf make gcc - - run: - name: autogen - command: ./autogen.sh - - run: - name: autoconf - command: ./configure - - run: - name: build - command: make - - run: - name: install - command: make install diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1df76e8..d1e0663 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,10 +1,8 @@ name: Build CI on: - push: - branches: [ perl-FCGI-merge ] - pull_request: - branches: [ perl-FCGI-merge ] + push: {} + pull_request: {} jobs: build-linux: