Added ubuntu build actions

This commit is contained in:
Jonathan Moallem 2020-11-22 03:07:11 +11:00 committed by GitHub
parent b90517416c
commit e22e078d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
.github/workflows/ubuntu-build.yml vendored Normal file
View File

@ -0,0 +1,20 @@
name: ubuntu-build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ubuntu-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: update apt
run: sudo apt-get update
- name: install raylib dependencies
run: sudo apt install libasound2-dev mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libgl1-mesa-dev libglu1-mesa-dev
- name: make
run: make