Skip to content

Instantly share code, notes, and snippets.

@AMZN-alexpete
Last active November 8, 2022 19:15
Show Gist options
  • Select an option

  • Save AMZN-alexpete/4c0beca86c363912316ea6a19f7a4707 to your computer and use it in GitHub Desktop.

Select an option

Save AMZN-alexpete/4c0beca86c363912316ea6a19f7a4707 to your computer and use it in GitHub Desktop.
c.sh
#! /bin/bash
if [ -f "engine.json" ]; then
echo cmake -B build/linux -S. -G "Ninja Multi-Config" -DLY_PROJECTS=AutomatedTesting -DLY_3RDPARTY_PATH=$HOME/o3de-packages
time cmake -B build/linux -S. -G "Ninja Multi-Config" -DLY_PROJECTS=AutomatedTesting -DLY_3RDPARTY_PATH=$HOME/o3de-packages
else
echo cmake -B build/linux -S. -G "Ninja Multi-Config" -DLY_3RDPARTY_PATH=$HOME/o3de-packages
time cmake -B build/linux -S. -G "Ninja Multi-Config" -DLY_3RDPARTY_PATH=$HOME/o3de-packages
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment