From a2646d5952e405999ec89c55e6de282195a0fed8 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Fri, 1 Oct 2021 21:35:34 -0700 Subject: [PATCH] Removed build for now. --- .github/workflows/build.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index d4feda6d..00000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: build -on: - push: - branches: [ master ] -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout 🛎️ - uses: actions/checkout@v2.3.1 - - - name: Setup cmake - uses: jwlawson/actions-setup-cmake@v1.9 - with: - cmake-version: '3.13.x' - - - name: Get Libraries - run: | - git submodule update --init --recursive - sudo apt install xorg-dev libglu1-mesa-dev - - - name: Build - run: | - cmake -B build - cmake --build ./build \ No newline at end of file