diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index 05b59d3..0000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Build - -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - name: Checkout Source - uses: actions/checkout@v2 - - - name: Update repository - run: sudo apt-get update -y - - - name: Install the basic dev packages - run: sudo apt-get install -y equivs curl git devscripts lintian build-essential automake autotools-dev cmake g++ - - - name: Install build dependencies - run: sudo mk-build-deps -i -t "apt-get --yes" -r - - - name: Build - run: mkdir build; cd build; cmake .. ; make -j$(nproc); \ No newline at end of file