diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 000000000..615f17e0b --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,12 @@ +on: + push: + pull_request: + +jobs: + build: + runs-on: ubuntu-18.04 + steps: + - uses: actions/checkout@v2 + - uses: delphix/actions/linux-pkg-build@master + with: + package: drgn diff --git a/debian/control b/debian/control index d3e13a621..634b1abe6 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,7 @@ Build-Depends: autoconf, pkg-config, python3, python3-distutils, + python3-setuptools, python3.6-dev, zlib1g-dev