build_linux.sh 253 B

123456
  1. #!/bin/bash
  2. # Launch the build system with IntegrationTest.DsrProj and Linux selected as the platform.
  3. echo "Running build_linux.sh $@"
  4. chmod +x ../../tools/builder/buildProject.sh;
  5. ../../tools/builder/buildProject.sh IntegrationTest.DsrProj Linux $@;