Compare commits

..

No commits in common. "55d29e84dc2b3a17104df398a88d8dfa31b02f1e" and "aa498f5a8c971b902cf68688fdc23dd7a1754602" have entirely different histories.

View file

@ -1,24 +0,0 @@
name: Build
on: pull_request
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y cmake \
make \
gcc \
g++ \
autoconf \
libtool \
libcurl4-openssl-dev \
libssl-dev \
libjson-c-dev
- name: Build
run: |
cmake -DPIHELPER_EXECUTABLE=BOOL:ON -B build
cmake --build build