Skip to content

Instantly share code, notes, and snippets.

@jlaasonen
Last active September 18, 2023 19:07
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/4f934ce31c9e9bc500d9049948867ff3 to your computer and use it in GitHub Desktop.
Save jlaasonen/4f934ce31c9e9bc500d9049948867ff3 to your computer and use it in GitHub Desktop.
hexfile sourcehut build manifest
image: ubuntu/22.04
packages:
- libncurses5-dev
- libtinfo5
sources:
- https://git.sr.ht/~jlaasonen/hexfile
- 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 xvf 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 hexfile
mkdir lib
(cd lib; ln -s ../../fbtesting)
fbc -e -w all -w pedantic -w error test.bas
./test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment