Skip to content

Merge branch 'main' of github.com:htrgouvea/nipe #97

Merge branch 'main' of github.com:htrgouvea/nipe

Merge branch 'main' of github.com:htrgouvea/nipe #97

Workflow file for this run

name: Test Nipe on Ubuntu
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: |
sudo apt install -y perl cpanminus gcc make
sudo cpanm --installdeps .
sudo perl nipe.pl install
- name: Verify Nipe status
run: |
sudo perl nipe.pl status