Skip to content

Instantly share code, notes, and snippets.

View maj113's full-sized avatar
💀
Doing the goofy

Maj Soklič maj113

💀
Doing the goofy
View GitHub Profile
@maj113
maj113 / build_rosbe_ci.sh
Last active July 14, 2024 20:34 — forked from zefklop/build_rosbe_ci.sh
Script to build ROSBE for github actions
#!/usr/bin/bash
ROSBE_BUILD_DIR=$1
ROSBE_GIT_DIR=./RosBE-git
THIS_SCRIPT=`basename "$0"`
git clone --depth=1 --branch=unix_amd64 https://github.com/zefklop/RosBE.git $ROSBE_GIT_DIR
# Check if we have our toolchain ready
if [ -d $ROSBE_BUILD_DIR ]; then