linux.win64.script.sh 144 B

123456789101112
  1. #!/usr/bin/env bash
  2. set -e
  3. mkdir build
  4. cd build
  5. export CMAKE_OPTS="$CMAKE_FLAGS -DUSE_WERROR=ON"
  6. ../cmake/build_win64.sh
  7. make -j4
  8. make tests