From 2b2802fc59798480872b9e03b5c2187394c6fbc6 Mon Sep 17 00:00:00 2001 From: yuuko Date: Sun, 25 Aug 2024 14:26:48 -0700 Subject: treewide: nuke vendoring, make -> ambuild MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit “GOODBYE DIRT” -derek bum --- ci/build.sh | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 ci/build.sh (limited to 'ci/build.sh') diff --git a/ci/build.sh b/ci/build.sh deleted file mode 100644 index b6e6801..0000000 --- a/ci/build.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/bash - -# we do this so that we can be agnostic about where we're invoked from -# meaning you can exec this script anywhere and it should work the same -thisiswhereiam=${BASH_SOURCE[0]} -# this should be /whatever/directory/structure/Open-Fortress-Source -script_folder=$( cd -- "$( dirname -- "${thisiswhereiam}" )" &> /dev/null && pwd ) - -# this should be /whatever/directory/structure/[sdkmod-source]/build -build_dir="build" - -img="registry.gitlab.steamos.cloud/steamrt/sniper/sdk" -img="debian:11-slim" -echo ${thisiswhereiam} -echo ${script_folder} -docker run -it \ ---mount type=bind,source=${script_folder}/../,target=/mnt/curl \ ---user "$(id -u):$(id -g)" \ -${img} \ -bash /mnt/curl/ci/_docker_script.sh - - - -# -# debian:11-slim \ -- cgit v1.2.3