Removed build for now.
This commit is contained in:
25
.github/workflows/build.yml
vendored
25
.github/workflows/build.yml
vendored
@ -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
|
|
Reference in New Issue
Block a user