gnustep / libs-back

The GNUstep gui library is a library of graphical user interface classes written completely in the Objective-C language; the classes are based upon Apple's Cocoa framework (which came from the OpenStep specification). *** Larger patches require copyright assignment to FSF. please file bugs here. ***
http://www.gnustep.org
GNU General Public License v3.0
50 stars 34 forks source link

Add GitHub Actions #41

Closed qmfrederik closed 1 year ago

qmfrederik commented 1 year ago

This PR adds basic GitHub actions which compiles the code in the libs-back repository on an Ubuntu 22.04 container, using the version of GNUstep which is part of that version of Ubuntu.

It brings (very basic) validation of PRs to this project.