-
-
Save AMZN-alexpete/4c0beca86c363912316ea6a19f7a4707 to your computer and use it in GitHub Desktop.
c.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /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