Skip to content

Commit

Permalink
Don't specify release target for CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Aug 21, 2018
1 parent 9c92062 commit d22d57e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ query-testcase:

mspython-testcase:
test -f "$(PYTHON_MAPSCRIPT_PATH)/_mapscript.so" && (export PYTHONPATH="../../$(PYTHON_MAPSCRIPT_PATH)" && cd msautotest/mspython && python run_all_tests.py)

mspython-wheel:
cd build && cmake --build . --target pythonmapscript-wheel --config Release
cd build && cmake --build . --target pythonmapscript-wheel

php-testcase:
test -f "$(PHP_MAPSCRIPT)" && (export PHP_MAPSCRIPT_SO="../../$(PHP_MAPSCRIPT)" && cd msautotest/php && ./run_test.sh)

Expand Down

0 comments on commit d22d57e

Please sign in to comment.