Saltar para o conteúdo

JE-201

JE-201

#!/bin/bash
set -e
INSTNAME='cmake'
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
install_deb
script() {
	git clone https://github.com/grawlinson/je-201
	cd je-201
	git submodule update --init --recursive
	cmake -B build -S .
	cmake --build build
}
tmprun script