Skip to content

Commit

Permalink
build: use github actions instead travis/appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemorroj committed Feb 6, 2021
1 parent e96d3d2 commit 7e50569
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 83 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup p7zip Ubuntu
if: matrix.operating-system == 'ubuntu-latest'
run: |
sudo apt-get purge p7zip-rar p7zip-full
curl -L https://github.com/jinfeihan57/p7zip/archive/v17.03.tar.gz > v17.03.tar.gz
tar xzvf v17.03.tar.gz
cd p7zip-17.03
make all3
sudo ./install.sh
#- name: Setup p7zip Ubuntu. already installed
- name: Setup p7zip MacOs
if: matrix.operating-system == 'macos-latest'
run: |
Expand Down
46 changes: 0 additions & 46 deletions .travis.yml

This file was deleted.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

[![License](https://poser.pugx.org/gemorroj/archive7z/license)](https://packagist.org/packages/gemorroj/archive7z)
[![Latest Stable Version](https://poser.pugx.org/gemorroj/archive7z/v/stable)](https://packagist.org/packages/gemorroj/archive7z)
[![Build Status Travis](https://secure.travis-ci.org/Gemorroj/Archive7z.png?branch=master)](https://travis-ci.org/Gemorroj/Archive7z)
[![Build Status AppVeyor](https://ci.appveyor.com/api/projects/status/3i7po8fka1eqdb8a?svg=true)](https://ci.appveyor.com/project/Gemorroj/archive7z)
[![Continuous Integration](https://github.com/Gemorroj/Archive7z/workflows/Continuous%20Integration/badge.svg?branch=master)](https://github.com/Gemorroj/Archive7z/actions?query=workflow%3A%22Continuous+Integration%22)


### Features:
Expand Down
26 changes: 0 additions & 26 deletions appveyor.yml

This file was deleted.

0 comments on commit 7e50569

Please sign in to comment.