This commit is contained in:
Polprzewodnikowy 2022-05-15 15:56:55 +02:00
parent 068cd6d58b
commit 23d406b497
3 changed files with 6 additions and 1 deletions

View File

@ -28,6 +28,8 @@ jobs:
mkdir -p ./flexlm mkdir -p ./flexlm
echo "$ENCODED_LICENSE" > ./flexlm/encoded_license echo "$ENCODED_LICENSE" > ./flexlm/encoded_license
base64 -d ./flexlm/encoded_license > ./flexlm/license.dat base64 -d ./flexlm/encoded_license > ./flexlm/license.dat
cat ./flexlm/encoded_license
cat ./flexlm/license.dat
- name: Build script - name: Build script
env: env:

View File

@ -152,6 +152,9 @@ while test $# -gt 0; do
shift shift
done done
ls /flexlm
cat /flexlm/license.dat
if [ "$TRIGGER_BOOTLOADER" = true ]; then build_bootloader; fi if [ "$TRIGGER_BOOTLOADER" = true ]; then build_bootloader; fi
if [ "$TRIGGER_CONTROLLER" = true ]; then build_controller; fi if [ "$TRIGGER_CONTROLLER" = true ]; then build_controller; fi
if [ "$TRIGGER_FPGA" = true ]; then build_fpga; fi if [ "$TRIGGER_FPGA" = true ]; then build_fpga; fi

View File

@ -11,7 +11,7 @@ GIT_SHA=$(git rev-parse HEAD)
if [ -t 1 ]; then if [ -t 1 ]; then
DOCKER_OPTIONS="-it" DOCKER_OPTIONS="-it"
fi fi
echo $MAC_ADDRESS
docker run \ docker run \
$DOCKER_OPTIONS \ $DOCKER_OPTIONS \
--rm \ --rm \