Skip to content

Commit

Permalink
cmake.sh のエラーを検知できるようにした
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Nov 18, 2019
1 parent 9ba7a75 commit 203a9ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -ex

INSTALL_DIR="`pwd`/_install"
MODULE_PATH="`pwd`/cmake"

Expand Down

0 comments on commit 203a9ed

Please sign in to comment.