windowsScript.sh 362 B

123456789
  1. #!/bin/bash
  2. echo 'Windows main Script started...'
  3. # Exit with nonzero exit code if anything fails
  4. set -e
  5. cd $TRAVIS_BUILD_DIR/source
  6. cmake -DOpENer_PLATFORM:STRING="WIN32" -DCMAKE_BUILD_TYPE:STRING="Debug" .
  7. "c:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin\MSBuild.exe" OpENer.sln //p:Configuration=Release //p:Platform="Win32"