Update monad-native to fix Jenkins job

monad-native has a new target, `install` which places the native bits
into bin and lib folders, which here are prefixed to monad-linux.

Note that the location of native-tests.xml has changed so that the
monad-native Jenkins build can pick it up.
This commit is contained in:
Andrew Schwartzmeyer 2015-10-30 18:53:48 -07:00
parent 9b003f059c
commit e24f4b43a1
2 changed files with 4 additions and 2 deletions

View file

@ -20,9 +20,11 @@ powershell-managed:
powershell-native: src/monad-native/Makefile
$(MAKE) -j -C src/monad-native
$(MAKE) -j -C src/monad-native test
$(MAKE) -j -C src/monad-native install
## will install to $(MONAD)/{bin,lib}
src/monad-native/Makefile:
cd src/monad-native && cmake .
cd src/monad-native && cmake -DCMAKE_INSTALL_PREFIX=$(MONAD) .
# one-time setup

@ -1 +1 @@
Subproject commit 4ca36b52ab6b1c643946601b4e3b7d87ffc9e89c
Subproject commit 9bb5b7e52c3f1a18cac367c7fb7579406c6786fc