Remove Deprecated Services And Replace Travis CI with GitHub Actions … #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build | |
on: | |
push: | |
branches: [ "master" ] | |
pull_request: | |
branches: [ "master" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Install build dependencies | |
run: sudo apt update && sudo apt install -y znc znc-dev libcurl4-openssl-dev | |
- uses: actions/checkout@v3 | |
- name: make | |
run: make curl=yes |