docker-cross-compiler/sh/init.sh
H. Utku Maden 797197b562
All checks were successful
Build / build (push) Successful in 40s
Revert "Remove init.sh."
This reverts commit 5959c1229f8e36bf7e875f9520f7498d58640117.
2024-06-13 21:20:50 +03:00

14 lines
321 B
Bash

#!/bin/bash
# Change to source directory
cd $HOME/src
export QUIK_SRC=$PWD
export QNUGET_LOCAL=QuikLocal
export QNUGET_LOCAL_PATH=$QUIK_SRC/nuget_repo
# export QNUGET_REMOTE=nuget
# Create nuget repository.
mkdir -p $QUIK_SRC/nuget_repo
nuget sources Add -Name $QNUGET_LOCAL -Source $QNUGET_LOCAL_PATH -NonInteractive