Removed build for now.

This commit is contained in:
2021-10-01 21:35:34 -07:00
parent 7cfa0fcebe
commit a2646d5952

View File

@ -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