Skip to content

Instantly share code, notes, and snippets.

@jlaasonen
Created September 18, 2023 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlaasonen/065016376f038ea50ff697436652d836 to your computer and use it in GitHub Desktop.
Save jlaasonen/065016376f038ea50ff697436652d836 to your computer and use it in GitHub Desktop.
fbtesting sourcehut build manifest
image: ubuntu/22.04
packages:
- libncurses5-dev
- libtinfo5
sources:
- https://git.sr.ht/~jlaasonen/fbtesting
tasks:
- setup: |
wget http://downloads.sourceforge.net/fbc/FreeBASIC-1.10.0-ubuntu-22.04-x86_64.tar.xz
tar xf FreeBASIC-1.10.0-ubuntu-22.04-x86_64.tar.xz
cd FreeBASIC-1.10.0-ubuntu-22.04-x86_64
sudo ./install.sh -i
- test: |
cd fbtesting
fbc -e -w all -w pedantic -w error test.bas fbtesting.bas
./test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment