StevensDeptECE / GrailGUI

GrailGUI is a prototype of a replacement for web programming (HTTP, HTML, CSS, JavaScript) and GUI programming. It includes a client graphical API, a browser implemented in C++ and OpenGL, a protocol to transmit metadata and data in binary, a language (XDL) to describe the binary data, and local storage to retain data on the client should that be necessary. Encrypted communications (equivalent of TLS) have not yet been implemented.
GNU General Public License v3.0
7 stars 14 forks source link

update 18.04 builder to 20.04 #88

Closed ahuston-0 closed 1 year ago

ahuston-0 commented 1 year ago

Fixes #83.

Currently both versions are identical (since 20.04 has the same package names as 22.04) but I'm leaving them as two separate pipelines (latest and previous) so if a future version breaks something we can test it.

dkrautha commented 1 year ago

Thank you for this :)

ahuston-0 commented 1 year ago

You're welcome! Glad we're back to BAU :)